mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 03:16:51 +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;
|
|
} |