Skip to content

Commit 3c22cb0

Browse files
author
weilei
committed
fix(examples): 修复聊天气泡悬停时操作按钮显示问题
1 parent 549bd70 commit 3c22cb0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

examples/src/views/DifyChat/components/ChatContent.vue

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,14 +195,24 @@
195195
&:hover {
196196
.el-x-bubble-content-wrapper {
197197
.el-x-bubble-footer {
198-
.end-action,
199198
.start-action {
200199
opacity: 1;
201200
}
202201
}
203202
}
204203
}
205204
}
205+
.el-x-bubble.el-x-bubble-end {
206+
&:hover {
207+
.el-x-bubble-content-wrapper {
208+
.el-x-bubble-footer {
209+
.end-action {
210+
opacity: 1;
211+
}
212+
}
213+
}
214+
}
215+
}
206216
}
207217
}
208218

0 commit comments

Comments
 (0)