style: 加宽工具面板、历史记录、设置面板
- 工具面板:720px → 900px - 历史记录:680px → 800px - 设置面板:默认 480px → 640px(新增专属样式)
This commit is contained in:
@@ -1514,10 +1514,14 @@ html, body {
|
|||||||
|
|
||||||
/* ── 历史记录模态框加宽 ── */
|
/* ── 历史记录模态框加宽 ── */
|
||||||
#historyModal .modal {
|
#historyModal .modal {
|
||||||
max-width: 680px;
|
max-width: 800px;
|
||||||
max-height: 88vh;
|
max-height: 88vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#settingsModal .modal {
|
||||||
|
max-width: 640px;
|
||||||
|
}
|
||||||
|
|
||||||
/* ── 历史记录 ── */
|
/* ── 历史记录 ── */
|
||||||
.history-list {
|
.history-list {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -2873,7 +2877,7 @@ html, body {
|
|||||||
/* ═══════════════ 工具面板模态框 ═══════════════ */
|
/* ═══════════════ 工具面板模态框 ═══════════════ */
|
||||||
|
|
||||||
#toolsModal .modal {
|
#toolsModal .modal {
|
||||||
max-width: 720px;
|
max-width: 900px;
|
||||||
width: 95vw;
|
width: 95vw;
|
||||||
max-height: 85vh;
|
max-height: 85vh;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user