完成极速成品和脚本优化
This commit is contained in:
@@ -2120,3 +2120,19 @@
|
||||
.tpl-capture .v { flex: 1; color: var(--accent-black); word-break: break-word; }
|
||||
.tpl-note { margin: 10px 0 0; font-size: 12px; line-height: 1.7; color: var(--black-alpha-56); }
|
||||
.tpl-note .mono { font-family: var(--font-mono); font-size: 10px; color: var(--heat); margin-right: 4px; }
|
||||
|
||||
/* 脚本模型菜单挂到 body:输入卡 overflow:hidden 会裁掉向上展开的列表 */
|
||||
.chat-model-menu.chip-menu {
|
||||
--klein: #002fa7;
|
||||
position: fixed;
|
||||
top: auto;
|
||||
display: block;
|
||||
z-index: 9999;
|
||||
}
|
||||
.chat-model-menu.chip-menu .mi.selected {
|
||||
color: var(--klein) !important;
|
||||
background: rgba(0, 47, 167, 0.10) !important;
|
||||
}
|
||||
.chat-model-menu.chip-menu .mi.selected .mi-check {
|
||||
color: var(--klein) !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user