Skip to content

Commit

Permalink
fix[icons]:fixed eslint 1 error and 2 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
flitrue committed Dec 12, 2019
1 parent 65d8c45 commit 29c3c91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/icons/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</div>
</el-tooltip>
</div>
</div>
</div>
</el-tab-pane>
<el-tab-pane label="Element-UI Icons">
<div class="grid">
Expand All @@ -33,7 +33,7 @@
</div>
</el-tooltip>
</div>
</div>
</div>
</el-tab-pane>
</el-tabs>
</div>
Expand Down Expand Up @@ -70,7 +70,7 @@ export default {
.icons-container {
margin: 10px 20px 0;
overflow: hidden;
.grid {
position: relative;
display: grid;
Expand Down

0 comments on commit 29c3c91

Please sign in to comment.