瀏覽代碼

截图详情 详细截图 关闭按钮改为白色

Reiskuchen 5 年之前
父節點
當前提交
f2f100601f
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      fhKeeper/formulahousekeeper/timesheet/src/views/desktop/detail.vue

+ 3 - 0
fhKeeper/formulahousekeeper/timesheet/src/views/desktop/detail.vue

@@ -305,4 +305,7 @@ export default {
     height: 11.6vw !important;
   }
 }
+.el-icon-circle-close {
+  color: white;
+}
 </style>