浏览代码

Merge remote-tracking branch 'origin/master'

ZaiZai 2 年之前
父节点
当前提交
f89ec71618
共有 3 个文件被更改,包括 5 次插入2 次删除
  1. 3 1
      src/components/tree/hc-tree.vue
  2. 1 1
      src/config/app.js
  3. 1 0
      src/views/custody/components/hc-card1.vue

+ 3 - 1
src/components/tree/hc-tree.vue

@@ -440,7 +440,9 @@ defineExpose({
 
 
 @import "../../styles/app/tree.scss";
-
+.el-radio-group {
+    width: 100%;
+}
 .data-custom-tree-node {
     flex: 1;
     white-space: nowrap;

+ 1 - 1
src/config/app.js

@@ -2,6 +2,6 @@ import theme from './theme';
 
 //默认配置
 export default {
-    theme: 'light', //用户可选择类型:auto,light, dark
+    theme: 'dark', //用户可选择类型:auto,light, dark
     color: theme.color[1]
 }

+ 1 - 0
src/views/custody/components/hc-card1.vue

@@ -131,6 +131,7 @@ const isSlotSearchBar = ref(!!slots.search);
         .hc-card-main-box {
             position: relative;
             height: 100%;
+            background-color: white;
         }
         .hc-card-action-box {
             position: absolute;