Skip to content

Commit 594fc58

Browse files
flitruePanJiaChen
authored andcommitted
fix[icons]:fixed eslint 1 error and 2 warnings (PanJiaChen#2835)
1 parent 65d8c45 commit 594fc58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/views/icons/index.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</div>
1919
</el-tooltip>
2020
</div>
21-
</div>
21+
</div>
2222
</el-tab-pane>
2323
<el-tab-pane label="Element-UI Icons">
2424
<div class="grid">
@@ -33,7 +33,7 @@
3333
</div>
3434
</el-tooltip>
3535
</div>
36-
</div>
36+
</div>
3737
</el-tab-pane>
3838
</el-tabs>
3939
</div>
@@ -70,7 +70,7 @@ export default {
7070
.icons-container {
7171
margin: 10px 20px 0;
7272
overflow: hidden;
73-
73+
7474
.grid {
7575
position: relative;
7676
display: grid;

0 commit comments

Comments
 (0)