页面美化:菜单管理页面优化

This commit is contained in:
sheng
2023-07-26 16:55:22 +08:00
parent 840323ff07
commit e4ca462153
6 changed files with 254 additions and 213 deletions

View File

@@ -0,0 +1,9 @@
.fs-crud-container {
.el-table thead {
color: #606266;
}
.el-input__inner::placeholder {
color: #dcdfe6;
font-size: 12px;
}
}