Browse Source

跨目录移动树修改

duy 2 years ago
parent
commit
f3aedc8095
2 changed files with 6 additions and 9 deletions
  1. 6 4
      src/views/file/collection.vue
  2. 0 5
      src/views/file/records.vue

+ 6 - 4
src/views/file/collection.vue

@@ -1591,12 +1591,14 @@ const onmousedown = () => {
 @import '~style/file/collection.scss';
 .panel-body .el-checkbox{
     height: auto;
+    
 }
-.panel-body .el-checkbox.size-xl .el-checkbox__label, .el-radio.size-xl .el-radio__label {
-    font-size: 16px;
-    font-weight: 400;
-    white-space: wrap;
+.panel-body .el-radio-group{
+    width: auto ;
+    
 }
+ // white-space: wrap;
+
 .user{
     margin-top: 10px;
     margin-bottom: 10px;

+ 0 - 5
src/views/file/records.vue

@@ -1424,9 +1424,4 @@ const onmousedown = () => {
 .panel-body .el-checkbox{
     height: auto;
 }
-.panel-body .el-checkbox.size-xl .el-checkbox__label, .el-radio.size-xl .el-radio__label {
-    font-size: 16px;
-    font-weight: 400;
-    white-space: wrap;
-}
 </style>