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

This commit is contained in:
sheng
2023-07-26 16:55:22 +08:00
committed by 李强
parent d60c795ea2
commit 14881707e2
5 changed files with 253 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;
}
}