mirror of
https://github.com/langgenius/dify.git
synced 2026-01-12 10:00:42 +00: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;
|
|
} |