feat: 全局样式修改

yanshishuju
chenhc 6 months ago
parent 613a2e0520
commit 4e7f91d45b

@ -194,3 +194,22 @@ aside {
.el-table--mini .el-table__cell {
padding:0px!important;
}
//.query-form {
// /* */
// background-color: #fff1e8;
// padding: 20px;
// border-radius: 5px;
//}
.el-card {
/* 你的样式定义 */
background-color: #fff1e8;
}
/* 如果你想要更具体的选择器,可以进一步细化,比如: */
.el-button--primary {
background-color: #689c69; /* 绿色背景 */
border-color: #689c69; /* 深绿色边框 */
}

@ -2,7 +2,7 @@ module.exports = {
/**
* 侧边栏主题 深色主题theme-dark浅色主题theme-light
*/
sideTheme: 'theme-dark',
sideTheme: 'theme-light',
/**
* 是否系统布局配置

Loading…
Cancel
Save