Explorar o código

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

bianww %!s(int64=2) %!d(string=hai) anos
pai
achega
825727469c
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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()){
                     this.$message({
                         type: "error",
-                        message: "不可创建空目录!",
+                        message: "新建失败!目录名称不能为空",
                     });
                     return;
                 }
@@ -847,8 +847,8 @@ export default {
 .button-list {
     padding: 30px 0 10px 0;
     display: flex;
-    justify-content: center;
-    //   justify-content: space-between;
+    //   justify-content: center;
+    justify-content: space-between;
 }
 
 .choice-style {