feat: 增加系统配置功能

增加系统配置功能,优化form表单的input输入框的问题
This commit is contained in:
胡少翔
2024-07-30 16:23:17 +08:00
parent 04a019e356
commit 7daa2690e7
4 changed files with 416 additions and 6 deletions

View File

@@ -26,3 +26,7 @@
color: rgb(32 160 255);
}
}
.el-form .el-input {
width: 16rem !important;
}