瀏覽代碼

Merge remote-tracking branch 'origin/cirs-biz-branch' into cirs-biz-branch

allen 1 年之前
父節點
當前提交
af3faeaac0
共有 2 個文件被更改,包括 14 次插入2 次删除
  1. 10 0
      cirs-ui/src/views/biz/recommend/index.vue
  2. 4 2
      cirs-ui/src/views/biz/task/index.vue

+ 10 - 0
cirs-ui/src/views/biz/recommend/index.vue

@@ -410,3 +410,13 @@ export default {
   }
 };
 </script>
+<style>
+
+.el-checkbox__inner {
+  border-color: #8492a6 !important;
+}
+.app-container {
+  min-height: 100vh;
+  background: radial-gradient(circle at 10% 20%, #3A71A8 0%, rgb(239, 249, 249) 90%);
+}
+</style>

+ 4 - 2
cirs-ui/src/views/biz/task/index.vue

@@ -741,7 +741,9 @@ export default {
  .el-checkbox__inner {
   border-color: #8492a6 !important;
 }
-
-
+ .app-container {
+   min-height: 100vh;
+   background: radial-gradient(circle at 10% 20%, #3A71A8 0%, rgb(239, 249, 249) 90%);
+ }
 
 </style>