mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-16 02:11:48 +08:00
1cdf7400db
* feat(loading): support customize svg * feat(loading): unit test customize svg * docs(loading): simple customize svg demo * docs(loading): supplement composition api documents * docs(loading): make the load SVG stop rotating * docs(loading): prompt users to prevent XSS attacks * docs(loading): i18n * docs(loading): fix md code wrong * docs(loading): fix md code wrong
8 lines
164 B
SCSS
8 lines
164 B
SCSS
.demo-loading .#{$namespace}-table {
|
|
border: none;
|
|
}
|
|
|
|
.demo-loading .custom-loading-svg .el-loading-mask > .el-loading-spinner > .circular {
|
|
animation: none;
|
|
}
|