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

@@ -1341,7 +1341,7 @@ export default defineComponent({
box-sizing: border-box;
> .leftBox {
height: 100%;
background: #f5f5f5;
background: #f9fafa;
overflow: hidden;
width: 29.5rem;
transition: width 0.3s;
@@ -1371,7 +1371,7 @@ export default defineComponent({
max-height: 5rem;
border-radius: 2rem;
&.show-history {
background: #fff;
background: rgba(0, 0, 0, 0.04);
border-radius: 0.8rem;
}
&.active {
@@ -1382,7 +1382,7 @@ export default defineComponent({
&.history {
flex: 1;
&:hover {
background: #fff;
background: rgba(0, 0, 0, 0.04);
border-radius: 0.8rem;
}
> .detailBox {
@@ -1490,15 +1490,15 @@ export default defineComponent({
}
}
&.active {
// background: #f5f5f5;
// background: #F9FAFA;
background-color: #ffffff;
}
&:hover {
// background: #f5f5f5;
// background: #F9FAFA;
background-color: #ffffff;
}
&.history {
background: #f5f5f5;
background: #f9fafa;
// background-color: #ffffff;
&:hover {
background: #fdfdfd;
@@ -2236,7 +2236,7 @@ export default defineComponent({
&.disabled {
color: #9a9a9a;
border:none;
border: none;
background: #f5f5f5;
cursor: not-allowed;
}

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;
}
}

View File

@@ -69,7 +69,7 @@ export default defineComponent({
}
.main{
background: linear-gradient(45deg, #eee4f3, #f3f4e6);
// background: #f5f5f5;
// background: #F9FAFA;
width: 100vw;
height: 100vh;
}