Parcourir la source

Merge remote-tracking branch 'origin/bianww' into bianww

bianww il y a 2 ans
Parent
commit
825727469c
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      src/pages/main/departWorkLists/index.vue

+ 3 - 3
src/pages/main/departWorkLists/index.vue

@@ -420,7 +420,7 @@ export default {
                 if(""===nm.trim()){
                 if(""===nm.trim()){
                     this.$message({
                     this.$message({
                         type: "error",
                         type: "error",
-                        message: "不可创建空目录!",
+                        message: "新建失败!目录名称不能为空",
                     });
                     });
                     return;
                     return;
                 }
                 }
@@ -847,8 +847,8 @@ export default {
 .button-list {
 .button-list {
     padding: 30px 0 10px 0;
     padding: 30px 0 10px 0;
     display: flex;
     display: flex;
-    justify-content: center;
-    //   justify-content: space-between;
+    //   justify-content: center;
+    justify-content: space-between;
 }
 }
 
 
 .choice-style {
 .choice-style {