فهرست منبع

refactor: make the wait icon clearer

daigang 3 سال پیش
والد
کامیت
685836a835
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      src/views/device/detail/components/Running.vue
  2. 1 1
      src/views/device/detail/components/ScreenShot.vue

+ 1 - 1
src/views/device/detail/components/Running.vue

@@ -5,7 +5,7 @@
       <span class="l-flex__fill c-runtime__title u-ellipsis">状态</span>
       <i
         v-if="asking"
-        class="l-flex__none el-icon-loading"
+        class="l-flex__none el-icon-loading u-color--black"
       />
       <i
         v-else

+ 1 - 1
src/views/device/detail/components/ScreenShot.vue

@@ -5,7 +5,7 @@
       <span class="l-flex__fill c-runtime__title u-ellipsis">截屏</span>
       <i
         v-if="asking"
-        class="l-flex__none el-icon-loading"
+        class="l-flex__none el-icon-loading u-color--black"
       />
       <i
         v-else