mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-07-31 13:32:00 +08:00
20 lines
185 B
CSS
20 lines
185 B
CSS
.wrap {
|
|
min-width: 312px;
|
|
}
|
|
|
|
.mode {
|
|
display: flex;
|
|
height: 28px;
|
|
}
|
|
|
|
.opWrap {
|
|
display: none;
|
|
}
|
|
|
|
.wrap:hover .mode {
|
|
display: none;
|
|
}
|
|
|
|
.wrap:hover .opWrap {
|
|
display: flex;
|
|
} |