|
@@ -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 {
|