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

@@ -359,10 +359,10 @@ export default defineComponent({
margin-top: .4rem;
border-radius: 2.4rem;
position: relative;
background: #f5f5f5;
background: #F9FAFA;
> textarea{
padding: 1.6rem 2rem 0;
background: #f5f5f5;
background: #F9FAFA;
width: 100%;
min-height: 7.2rem;
border-radius: 2.4rem;
@@ -464,7 +464,7 @@ export default defineComponent({
overflow: hidden; /* 溢出部分隐藏 */
text-overflow: ellipsis; /* 显示省略号 */
&:hover{
background: #f5f5f5;
background: #F9FAFA;
}
:first-child{
margin-right: 0;