|
|
@ -194,3 +194,22 @@ aside {
|
|
|
|
.el-table--mini .el-table__cell {
|
|
|
|
.el-table--mini .el-table__cell {
|
|
|
|
padding:0px!important;
|
|
|
|
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; /* 深绿色边框 */
|
|
|
|
|
|
|
|
}
|
|
|
|