mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 23:50:23 +08:00
fix: fix spin style
This commit is contained in:
14
src/setup/ant-design-vue/spin.less
Normal file
14
src/setup/ant-design-vue/spin.less
Normal file
@@ -0,0 +1,14 @@
|
||||
@import (reference) '../../design/index.less';
|
||||
|
||||
.app-svg-loading {
|
||||
position: relative;
|
||||
width: auto;
|
||||
|
||||
&__tip {
|
||||
display: block;
|
||||
margin-top: 4px;
|
||||
font-size: 13px;
|
||||
color: #303133;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user