We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549bd70 commit 3c22cb0Copy full SHA for 3c22cb0
examples/src/views/DifyChat/components/ChatContent.vue
@@ -195,14 +195,24 @@
195
&:hover {
196
.el-x-bubble-content-wrapper {
197
.el-x-bubble-footer {
198
- .end-action,
199
.start-action {
200
opacity: 1;
201
}
202
203
204
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
216
217
218
0 commit comments