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

@@ -964,7 +964,7 @@ export default defineComponent({
// height: 16.5rem;
width: calc(12rem*1.2);
height: calc(12rem*1.2);
border: 1px solid #F5F5F5;
border: 1px solid #F9FAFA;
vertical-align: top;
display: flex;
align-items: center;
@@ -1434,7 +1434,7 @@ export default defineComponent({
display: inline-block;
width: calc(12rem*1.2);
height: calc(12rem*1.2);
border: 1px solid #F5F5F5;
border: 1px solid #F9FAFA;
vertical-align: top;
i{
zoom: 4;

View File

@@ -1490,7 +1490,7 @@ export default defineComponent({
}
.fi-br-upload {
&:hover {
background-color: #f5f5f5;
background-color: #F9FAFA;
border-radius: 5px;
}
}

View File

@@ -214,7 +214,7 @@ export default defineComponent({
display: inline-block;
width: 16.5rem;
height: 16.5rem;
border: 1px solid #F5F5F5;
border: 1px solid #F9FAFA;
vertical-align: top;
&.upload_component{

View File

@@ -597,7 +597,7 @@ export default defineComponent({
// height: calc(10rem);
width: calc(25% - 2rem);
aspect-ratio: 1 / 1;
border: 1px solid #f5f5f5;
border: 1px solid #F9FAFA;
position: relative;
cursor: pointer;
padding: 0;

View File

@@ -640,7 +640,7 @@ export default defineComponent({
transition: all .3s;
&.active{
color: #b8b8b8;
background: #f5f5f5;
background: #F9FAFA;
}
&:hover{
border: 0.1rem solid #000;

View File

@@ -741,7 +741,7 @@ export default defineComponent({
overflow: hidden; /* 溢出部分隐藏 */
text-overflow: ellipsis; /* 显示省略号 */
&:hover{
background: #f5f5f5;
background: #F9FAFA;
}
&:first-child{
margin-right: 0;