style: #f5f5f5统一更换为#f9fafa

This commit is contained in:
zhangyh
2025-11-03 16:52:43 +08:00
parent 57c75cfca2
commit 758cbc9d31
29 changed files with 58 additions and 58 deletions

View File

@@ -615,7 +615,7 @@ export default defineComponent({
height: 100%;
padding: 0 6rem;
overflow: hidden;
background-color: #f5f5f5;
background-color: #F9FAFA;
// min-width: 1440px;
position: relative;
.history_loading {
@@ -655,7 +655,7 @@ export default defineComponent({
.history_table_content {
margin-top: 2.6rem;
width: 100%;
background: #f5f5f5;
background: #F9FAFA;
flex: 1;
overflow: hidden;
// height: calc(100% - 4rem);
@@ -745,7 +745,7 @@ export default defineComponent({
:deep(.ant-table-placeholder) {
&,
.ant-table-cell {
background-color: #f5f5f5;
background-color: #F9FAFA;
}
}