mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
chore: code format (#12608)
This commit is contained in:
parent
b1d84411d5
commit
3942e10340
@ -20,12 +20,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
@include e(wrapper) {
|
||||
@extend %size !optional;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
@include e(wrapper) {
|
||||
@extend %size !optional;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
@include e(placeholder) {
|
||||
@extend %size !optional;
|
||||
|
@ -122,7 +122,16 @@
|
||||
}
|
||||
|
||||
@include m(striped) {
|
||||
background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
|
||||
background-image: linear-gradient(
|
||||
45deg,
|
||||
rgba(0, 0, 0, 0.1) 25%,
|
||||
transparent 25%,
|
||||
transparent 50%,
|
||||
rgba(0, 0, 0, 0.1) 50%,
|
||||
rgba(0, 0, 0, 0.1) 75%,
|
||||
transparent 75%,
|
||||
transparent
|
||||
);
|
||||
background-size: 1.25em 1.25em;
|
||||
&.#{$namespace}-progress-bar__inner--striped-flow {
|
||||
animation: striped-flow 3s linear infinite;
|
||||
|
@ -39,7 +39,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
&>.#{bem('icon')} {
|
||||
& > .#{bem('icon')} {
|
||||
vertical-align: -2px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user