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