模态框标题栏统一高度微调

This commit is contained in:
x1ao4 2025-10-10 00:14:06 +08:00
parent 8a35a25358
commit 226db683b7

View File

@ -8273,4 +8273,13 @@ div:has(> .collapse:not(.show)):has(+ .row.title[title^="资源搜索"]) {
.tasklist-poster-mode .discovery-poster:hover .discovery-rating {
pointer-events: none !important; /* 不响应鼠标事件 */
cursor: default !important; /* 指针恢复为默认 */
}
/* --------------- 模态框标题栏统一高度微调(总高度 -1px --------------- */
#logModal .modal-header,
#fileSelectModal .modal-header,
#createTaskModal .modal-header,
#editMetadataModal .modal-header {
padding-top: 10.5px;
padding-bottom: 10.5px;
}