Просмотр исходного кода

style: 修改加载动画文字颜色

zhouyuhao 1 год назад
Родитель
Сommit
28635a3ec4

+ 1 - 1
src/components/ContainerStatus/src/ContainerStatus.vue

@@ -114,7 +114,7 @@ watch(
     flex-direction: column;
     align-items: center;
     height: 394px;
-    padding-top: 125px;
+    padding-top: 140px;
 
     .empty-text {
       margin-top: 8px;

+ 1 - 1
src/components/VLoading/src/VLoading.vue

@@ -62,7 +62,7 @@ const props = withDefaults(defineProps<internalProps>(), {
 }
 
 .loading-text {
-  color: var(--color-neutral-3);
+  color: #b5b9bf;
 }
 
 @keyframes loading-rotate {