浏览代码

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