mirror of
https://github.com/langgenius/dify.git
synced 2025-08-07 08:48:19 +00:00
7 lines
103 B
CSS
7 lines
103 B
CSS
![]() |
.modelModeLabel {
|
||
|
visibility: hidden;
|
||
|
}
|
||
|
|
||
|
.optionItem:hover .modelModeLabel {
|
||
|
visibility: visible;
|
||
|
}
|