style: #f5f5f5统一更换为#f9fafa
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user