File tree Expand file tree Collapse file tree 4 files changed +13
-12
lines changed Expand file tree Collapse file tree 4 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 14
14
"axios" : " ^0.19.2" ,
15
15
"core-js" : " ^3.6.5" ,
16
16
"echarts" : " 4.9.0" ,
17
- "element-plus" : " 1.2.0-beta.5 " ,
17
+ "element-plus" : " 1.2.0-beta.6 " ,
18
18
"highlight.js" : " ^10.6.0" ,
19
19
"marked" : " ^2.0.0" ,
20
20
"mitt" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 143
143
}
144
144
}
145
145
}
146
- .el-pagination__jump {
147
- .el-pagination__editor {}
148
- }
149
146
}
150
147
151
148
.el-button--mini {
188
185
}
189
186
}
190
187
}
188
+ }
189
+
190
+ .el-drawer__body {
191
+ padding :0 ;
191
192
}
Original file line number Diff line number Diff line change 9
9
<el-row >
10
10
<el-col :span =" 8" :xs =" 24" :sm =" 8" >
11
11
<div class =" flex-center" >
12
- <el-icon class =" icon" >
12
+ <el-icon class =" dasboard- icon" >
13
13
<sort />
14
14
</el-icon >
15
15
今日流量 (1231231)
16
16
</div >
17
17
</el-col >
18
18
<el-col :span =" 8" :xs =" 24" :sm =" 8" >
19
19
<div class =" flex-center" >
20
- <el-icon class =" icon" >
20
+ <el-icon class =" dasboard- icon" >
21
21
<avatar />
22
22
</el-icon >
23
23
总用户数 (24001)
24
24
</div >
25
25
</el-col >
26
26
<el-col :span =" 8" :xs =" 24" :sm =" 8" >
27
27
<div class =" flex-center" >
28
- <el-icon class =" icon" >
28
+ <el-icon class =" dasboard- icon" >
29
29
<comment />
30
30
</el-icon >
31
31
好评率 (99%)
@@ -282,7 +282,7 @@ export default {
282
282
padding : 14px ;
283
283
}
284
284
}
285
- .icon {
285
+ .dasboard- icon {
286
286
font-size : 20px ;
287
287
color : rgb (85 , 160 , 248 );
288
288
width : 30px ;
@@ -318,7 +318,7 @@ export default {
318
318
line-height : 20px ;
319
319
}
320
320
}
321
- .icon {
321
+ .dasboard- icon {
322
322
font-size : 18px ;
323
323
}
324
324
}
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div >
3
- <span class =" icon" style =" position : absolute ; z-index : 9999 ; padding : 5px 10px ; " >
3
+ <span class =" gva- icon" style =" position : absolute ; z-index : 9999 ; padding : 5px 10px ; " >
4
4
<el-icon >
5
5
<component :is =" metaData.icon" />
6
6
</el-icon >
7
7
</span >
8
8
<el-select v-model =" metaData.icon" style =" width :100% " clearable filterable class =" gva-select" placeholder =" 请选择" >
9
9
<el-option v-for =" item in options" :key =" item.key" :label =" item.key" :value =" item.key" >
10
- <span class =" icon" :class =" item.label" >
10
+ <span class =" gva- icon" :class =" item.label" >
11
11
<el-icon >
12
12
<component :is =" item.label" />
13
13
</el-icon >
@@ -1166,7 +1166,7 @@ export default {
1166
1166
</script >
1167
1167
1168
1168
<style lang="scss">
1169
- .icon {
1169
+ .gva- icon {
1170
1170
float : left ;
1171
1171
color : rgb (132 , 146 , 166 );
1172
1172
font-size : 13px ;
You can’t perform that action at this time.
0 commit comments