Files
dify/web/app/components/explore/app-card/style.module.css

20 lines
182 B
CSS
Raw Normal View History

2023-11-29 14:58:27 +08:00
.wrap {
display: flex;
}
2023-05-25 16:59:47 +08:00
.mode {
display: flex;
height: 28px;
}
.opWrap {
display: none;
}
.wrap:hover .mode {
display: none;
}
.wrap:hover .opWrap {
display: flex;
}