mirror of
https://github.com/Cp0204/quark-auto-save.git
synced 2026-01-12 15:20:44 +08:00
模态框标题栏统一高度微调
This commit is contained in:
parent
8a35a25358
commit
226db683b7
@ -8274,3 +8274,12 @@ div:has(> .collapse:not(.show)):has(+ .row.title[title^="资源搜索"]) {
|
||||
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;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user