mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-14 20:41:21 +08:00
20 lines
182 B
CSS
20 lines
182 B
CSS
.wrap {
|
|
display: flex;
|
|
}
|
|
|
|
.mode {
|
|
display: flex;
|
|
height: 28px;
|
|
}
|
|
|
|
.opWrap {
|
|
display: none;
|
|
}
|
|
|
|
.wrap:hover .mode {
|
|
display: none;
|
|
}
|
|
|
|
.wrap:hover .opWrap {
|
|
display: flex;
|
|
} |