mirror of
https://github.com/langgenius/dify.git
synced 2025-11-03 04:12:58 +00:00
7 lines
103 B
CSS
7 lines
103 B
CSS
|
|
.modelModeLabel {
|
||
|
|
visibility: hidden;
|
||
|
|
}
|
||
|
|
|
||
|
|
.optionItem:hover .modelModeLabel {
|
||
|
|
visibility: visible;
|
||
|
|
}
|