feta:优化下拉框

This commit is contained in:
2025-12-26 18:49:41 +08:00
parent 1e9108bee5
commit bbb8a32270

View File

@@ -116,6 +116,24 @@
border-color: rgba(15, 23, 42, 0.14) !important;
z-index: 2000 !important;
}
.ts-dropdown .ts-dropdown-content { padding: 6px; }
.ts-dropdown [data-selectable].option {
border-radius: 10px;
margin: 2px 0;
padding: 8px 10px;
transition: background-color .12s ease, transform .12s ease, box-shadow .12s ease;
}
.ts-dropdown [data-selectable].option:hover {
background: rgba(79, 70, 229, 0.08) !important;
transform: translateX(2px);
}
.ts-dropdown .option.active,
.ts-dropdown .option.active.create {
background: rgba(79, 70, 229, 0.12) !important;
color: rgba(15, 23, 42, 0.96) !important;
box-shadow: inset 0 0 0 1px rgba(79, 70, 229, 0.16);
}
.ts-dropdown .option.active:hover { background: rgba(79, 70, 229, 0.14) !important; }
.btn-detail {
border-color: rgba(79, 70, 229, 0.30) !important;