Skip to content

Commit 7668a6f

Browse files
committed
fix(Embedded Management): English Overbounded Optimization
1 parent ee1836d commit 7668a6f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

frontend/src/views/chat/QuickQuestion.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const props = withDefaults(
136136
.quick_question_popover {
137137
padding: 4px !important;
138138
.quick_question_title {
139-
width: 40px;
139+
min-width: 40px;
140140
height: 24px;
141141
border-radius: 6px;
142142
opacity: 1;
@@ -149,8 +149,8 @@ const props = withDefaults(
149149
cursor: pointer;
150150
margin-left: 8px;
151151
&:hover {
152-
color: rgba(24, 158, 122, 0.5);
153-
background: rgba(28, 186, 144, 0.1);
152+
color: #189e7a;
153+
background: #1f23291a;
154154
}
155155
}
156156
.title-active {

frontend/src/views/chat/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ onMounted(() => {
11971197
}
11981198
11991199
.quick_question {
1200-
width: 100px;
1200+
min-width: 100px;
12011201
position: absolute;
12021202
margin-left: 1px;
12031203
margin-top: 1px;

0 commit comments

Comments
 (0)