File tree 3 files changed +17
-1
lines changed
3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sparc-design-system-components-2" ,
3
- "version" : " 0.0.15 " ,
3
+ "version" : " 0.0.16 " ,
4
4
"private" : false ,
5
5
"scripts" : {
6
6
"dev" : " vite" ,
Original file line number Diff line number Diff line change
1
+ .el-tag {
2
+ background : #fff !important ;
3
+ border-color : #dcdfe6 !important ;
4
+ border-radius : 3px !important ;
5
+ color : #303133 !important ;
6
+ font-size : 0.75em ;
7
+ cursor : default !important ;
8
+ }
9
+ .el-tag .el-tag__close {
10
+ color : #828282 !important ;
11
+ }
12
+ .el-tag .el-tag__close :hover {
13
+ background-color : #dcdfe6 !important ;
14
+ }
Original file line number Diff line number Diff line change @@ -21,5 +21,7 @@ $--font-path: '~element-plus/lib/theme-chalk/fonts';
21
21
@import ' ./components/_el-select' ;
22
22
@import ' ./components/_el-popover' ;
23
23
24
+ @import ' ./components/el-tag' ;
25
+
24
26
// @import '_icons';
25
27
You can’t perform that action at this time.
0 commit comments