mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 04:39:12 +08:00
feat: global loading add text
This commit is contained in:
@@ -18,21 +18,6 @@
|
||||
.bottom {
|
||||
fill: #9dbfe4;
|
||||
}
|
||||
@keyframes load {
|
||||
0% {
|
||||
transform: rotate(-360deg);
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: rotate(0);
|
||||
}
|
||||
}
|
||||
|
||||
.load {
|
||||
animation: load 1.4s linear infinite;
|
||||
transform-origin: center center;
|
||||
}
|
||||
|
||||
svg {
|
||||
display: block;
|
||||
}
|
||||
@@ -42,7 +27,7 @@
|
||||
min-width: 100px;
|
||||
margin-top: 4px;
|
||||
font-size: 13px;
|
||||
color: #303133;
|
||||
color: #2C3A61;
|
||||
text-align: left;
|
||||
}
|
||||
</style>
|
||||
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 1.7 KiB |
Reference in New Issue
Block a user