File tree Expand file tree Collapse file tree 2 files changed +29
-4
lines changed Expand file tree Collapse file tree 2 files changed +29
-4
lines changed Original file line number Diff line number Diff line change @@ -847,3 +847,30 @@ $typeMap: (primary:#3963BC,
847
847
color : #3963BC ;
848
848
}
849
849
}
850
+
851
+
852
+ @include b (select) {
853
+ .el-tag {
854
+ background-color : #3963bc !important ;
855
+ & __close .el-icon-close {
856
+ background-color : #3963bc ;
857
+ right : -7px ;
858
+ top : 0 ;
859
+ color : #fff ;
860
+
861
+ & :hover {
862
+ background-color : #fff ;
863
+ color : #3963bc ;
864
+ }
865
+ }
866
+ }
867
+ }
868
+
869
+ /* Badge */
870
+
871
+ @include b (badge) {
872
+ @include e (content ) {
873
+ vertical-align : super ;
874
+ }
875
+ }
876
+
Original file line number Diff line number Diff line change @@ -191,14 +191,12 @@ export default {
191
191
overflow : hidden ;
192
192
color : #c4c9d2 ;
193
193
}
194
- </style >
195
- <style >
196
- .el-badge__content.is-fixed {
194
+ .notify /deep/ .el-badge__content.is-fixed {
197
195
transform-origin : center center ;
198
196
transform : translateY (-50% ) translateX (100% ) scale (0.8 ) !important ;
199
197
}
200
198
201
- .el-badge__content {
199
+ .notify /deep/ . el-badge__content {
202
200
border : 1px solid transparent !important ;
203
201
line-height : 20px !important ;
204
202
}
You can’t perform that action at this time.
0 commit comments