Skip to content

Commit

Permalink
Merge pull request #3 from PanJiaChen/master
Browse files Browse the repository at this point in the history
fix[icons]:fixed eslint 1 error and 2 warnings (PanJiaChen#2835)
  • Loading branch information
SeekerGAO committed Dec 15, 2019
2 parents c2d077c + 594fc58 commit 09d5156
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 09d5156

Please sign in to comment.