调整页面样式

This commit is contained in:
648540858
2022-06-14 23:16:58 +08:00
parent 31a8e6ea89
commit c801ee6218
4 changed files with 72 additions and 66 deletions

View File

@@ -76,7 +76,7 @@ body,
line-height: 60px;
}
.el-main {
background-color: #e9eef3;
background-color: #f0f2f5;
color: #333;
text-align: center;
padding-top: 0px !important;
@@ -101,4 +101,8 @@ body,
box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
.table-header {
color: #727272;
font-weight: 600;
}
</style>