瀏覽代碼

修复bug

tangning 2 月之前
父節點
當前提交
4881aca283
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 1 1
      src/views/scenes/folderModal.vue
  2. 2 0
      src/views/scenes/list.vue

+ 1 - 1
src/views/scenes/folderModal.vue

@@ -70,7 +70,7 @@
           component: 'Input',
           component: 'Input',
           required: true,
           required: true,
           componentProps: {
           componentProps: {
-            maxlength: 50,
+            maxlength: 20,
             showCount: true,
             showCount: true,
           }
           }
         },
         },

+ 2 - 0
src/views/scenes/list.vue

@@ -830,6 +830,8 @@
       font-size: 14px;
       font-size: 14px;
       line-height: 22px;
       line-height: 22px;
       color: #9D9D9D;//#6C6C6C
       color: #9D9D9D;//#6C6C6C
+      max-width: calc(100% - 370px);
+
       span{
       span{
         cursor: pointer;
         cursor: pointer;
       }
       }