Browse Source

fix[icons]:fixed eslint 1 error and 2 warnings (#2835)

pull/2753/head
flitrue 5 years ago committed by 花裤衩
parent
commit
594fc58d0c
  1. 6
      src/views/icons/index.vue

6
src/views/icons/index.vue

@ -18,7 +18,7 @@
</div>
</el-tooltip>
</div>
</div>
</div>
</el-tab-pane>
<el-tab-pane label="Element-UI Icons">
<div class="grid">
@ -33,7 +33,7 @@
</div>
</el-tooltip>
</div>
</div>
</div>
</el-tab-pane>
</el-tabs>
</div>
@ -70,7 +70,7 @@ export default {
.icons-container {
margin: 10px 20px 0;
overflow: hidden;
.grid {
position: relative;
display: grid;

Loading…
Cancel
Save