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

@@ -488,7 +488,7 @@ watch(
display: flex;
justify-content: center;
align-items: center;
background: repeating-conic-gradient(#f5f5f5 0% 25%, #ffffff 0% 50%) 50% / 10px 10px;
background: repeating-conic-gradient(#F9FAFA 0% 25%, #ffffff 0% 50%) 50% / 10px 10px;
border-radius: 6px;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
margin-bottom: 5px;
@@ -518,7 +518,7 @@ watch(
left: 0;
width: 100%;
height: 100%;
background: repeating-conic-gradient(#f5f5f5 0% 25%, #ffffff 0% 50%) 50% / 10px 10px;
background: repeating-conic-gradient(#F9FAFA 0% 25%, #ffffff 0% 50%) 50% / 10px 10px;
}
.opacity-color {
@@ -542,7 +542,7 @@ watch(
font-size: 14px;
font-weight: 500;
color: #333;
background: #f5f5f5;
background: #F9FAFA;
padding: 2px 8px;
border-radius: 4px;
min-width: 50px;

View File

@@ -1938,7 +1938,7 @@ const brushStore = BrushStore;
}
.shadow-preview-box {
background: repeating-conic-gradient(#f5f5f5 0% 25%, #ffffff 0% 50%) 50% / 10px 10px;
background: repeating-conic-gradient(#F9FAFA 0% 25%, #ffffff 0% 50%) 50% / 10px 10px;
border-radius: 8px;
padding: 30px;
display: flex;

View File

@@ -484,7 +484,7 @@ h3 {
}
.shortcuts-table th {
background-color: #f5f5f5;
background-color: #F9FAFA;
}
.touch-tips {

View File

@@ -42,7 +42,7 @@
position: relative;
&:hover:not(.disabled) {
background-color: #f5f5f5;
background-color: #F9FAFA;
}
&:active:not(.disabled) {
@@ -76,7 +76,7 @@
}
&.hovered {
background-color: #f5f5f5;
background-color: #F9FAFA;
}
}

View File

@@ -61,12 +61,12 @@
.action-btn[disabled] {
opacity: 0.5;
cursor: not-allowed;
background-color: #f5f5f5;
background-color: #F9FAFA;
color: #bfbfbf;
border-color: #e6e6e6;
}
.action-btn[disabled]:hover {
background-color: #f5f5f5;
background-color: #F9FAFA;
color: #bfbfbf;
border-color: #e6e6e6;
}
@@ -196,7 +196,7 @@
justify-content: center;
overflow: hidden;
flex: none;
background: repeating-conic-gradient(#f5f5f5 0% 25%, #ffffff 0% 50%) 50% / 1rem 1rem;
background: repeating-conic-gradient(#F9FAFA 0% 25%, #ffffff 0% 50%) 50% / 1rem 1rem;
border: 1px solid #e0e0e0;
}
.layer-thumbnail {

View File

@@ -72,12 +72,12 @@
&[disabled] {
opacity: 0.5;
cursor: not-allowed;
background-color: #f5f5f5;
background-color: #F9FAFA;
color: #bfbfbf;
border-color: #e6e6e6;
&:hover {
background-color: #f5f5f5;
background-color: #F9FAFA;
color: #bfbfbf;
border-color: #e6e6e6;
}
@@ -244,7 +244,7 @@
justify-content: center;
overflow: hidden;
flex: none;
background: repeating-conic-gradient(#f5f5f5 0% 25%, #ffffff 0% 50%) 50% /
background: repeating-conic-gradient(#F9FAFA 0% 25%, #ffffff 0% 50%) 50% /
1rem 1rem;
border: 1px solid #e0e0e0;
}

View File

@@ -60,12 +60,12 @@
.action-btn[disabled] {
opacity: 0.5;
cursor: not-allowed;
background-color: #f5f5f5;
background-color: #F9FAFA;
color: #bfbfbf;
border-color: #e6e6e6;
}
.action-btn[disabled]:hover {
background-color: #f5f5f5;
background-color: #F9FAFA;
color: #bfbfbf;
border-color: #e6e6e6;
}
@@ -195,7 +195,7 @@
justify-content: center;
overflow: hidden;
flex: none;
background: repeating-conic-gradient(#f5f5f5 0% 25%, #ffffff 0% 50%) 50% / 1rem 1rem;
background: repeating-conic-gradient(#F9FAFA 0% 25%, #ffffff 0% 50%) 50% / 1rem 1rem;
border: 1px solid #e0e0e0;
}
.layer-thumbnail {