Skip to content

Commit c7b4081

Browse files
committed
[frontend] 修改对话设置按钮选中效果
1 parent 18f4e01 commit c7b4081

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

frontend/src/pages/chatPreview/styles/send-editor.scss

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
.editor-input {
149149
width: 100%;
150150
background-color: #fff;
151-
border: 1px solid #ecedec;
151+
border: 1.5px solid #d0d0d0;
152152
border-radius: 16px;
153153
position: relative;
154154
margin-bottom: 12px;
@@ -292,8 +292,9 @@
292292
}
293293

294294
&.active {
295-
background-color: #e6ebf1;
296-
border-color: rgba(51, 51, 51, 0.6);
295+
background-color: #e6ecf3;
296+
border: 1.5px solid rgba(51, 51, 51, 0.3);
297+
font-weight: 600;
297298
}
298299
}
299300

@@ -305,8 +306,9 @@
305306
}
306307

307308
&.active {
308-
background-color: #e6ebf1;
309-
border-color: rgba(51, 51, 51, 0.6);
309+
background-color: #e6ecf3;
310+
border: 1.5px solid rgba(51, 51, 51, 0.3);
311+
font-weight: 600;
310312
}
311313
}
312314

0 commit comments

Comments
 (0)