Michael Wang 4 anni fa
parent
commit
43b5938d96
2 ha cambiato i file con 9 aggiunte e 4 eliminazioni
  1. 6 1
      src/features/mark/MarkBody.vue
  2. 3 3
      src/styles/nprogress.css

+ 6 - 1
src/features/mark/MarkBody.vue

@@ -1,6 +1,11 @@
 <template>
   <div class="mark-body-container tw-flex-auto tw-p-2" ref="dragContainer">
-    <a-spin :spinning="rendering" tip="Loading...">
+    <a-spin
+      :spinning="rendering"
+      size="large"
+      tip="Loading..."
+      style="margin-top: 50px"
+    >
       <div v-if="!store.currentTask" class="tw-text-center">
         {{ store.message }}
       </div>

+ 3 - 3
src/styles/nprogress.css

@@ -4,7 +4,7 @@
 }
 
 #nprogress .bar {
-  background: #29d;
+  background: yellow;
 
   position: fixed;
   z-index: 10031;
@@ -45,8 +45,8 @@
   box-sizing: border-box;
 
   border: solid 2px transparent;
-  border-top-color: #29d;
-  border-left-color: #29d;
+  border-top-color: yellow;
+  border-left-color: yellow;
   border-radius: 50%;
 
   -webkit-animation: nprogress-spinner 400ms linear infinite;