From 35e90710289bdea46b93428d828666e9cc1f6291 Mon Sep 17 00:00:00 2001 From: x1ao4 Date: Sun, 10 Aug 2025 11:22:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=80=89=E6=8B=A9=E9=9C=80?= =?UTF-8?q?=E8=BD=AC=E5=AD=98=E7=9A=84=E6=96=87=E4=BB=B6=E5=A4=B9=E5=92=8C?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E8=B5=B7=E5=A7=8B=E6=96=87=E4=BB=B6=E6=A8=A1?= =?UTF-8?q?=E6=80=81=E6=A1=86=E7=9A=84=E6=9C=AA=E5=8C=B9=E9=85=8D=E6=88=96?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E8=AF=86=E5=88=AB=E5=89=A7=E9=9B=86=E7=BC=96?= =?UTF-8?q?=E5=8F=B7=E7=9A=84=E7=8A=B6=E6=80=81=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/static/css/main.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/app/static/css/main.css b/app/static/css/main.css index d9964a3..f352d10 100644 --- a/app/static/css/main.css +++ b/app/static/css/main.css @@ -6338,3 +6338,35 @@ body .selectable-files tr.selected-file:has([style*="white-space: normal"]) .fil #fileSelectModal[data-modal-type="preview"] .table td.col-rename > div[style*="white-space: normal"][style*="word-break: break-word"] { margin-bottom: 7.5px !important; /* 任务列表页面展开状态下边距增加0.5px */ } + +/* 选择需转存的文件夹模态框重命名列 × 样式 */ +#fileSelectModal[data-modal-type="source"] .episode-x { + position: relative; + top: 0.5px; /* 下移0.5px */ + display: inline; + margin-right: 2px; +} + +/* 选择需转存的文件夹模态框重命名列无法识别剧集编号样式 */ +#fileSelectModal[data-modal-type="source"] .episode-number-text { + position: relative; + top: 1.5px; /* 下移1.5px */ + display: inline-block; + left: 0px; /* 右移2px */ +} + +/* 选择起始文件模态框重命名列 × 样式 */ +#fileSelectModal[data-modal-type="start-file"] .episode-x { + position: relative; + top: 0.5px; /* 下移0.5px */ + display: inline; + margin-right: 2px; +} + +/* 选择起始文件模态框重命名列无法识别剧集编号样式 */ +#fileSelectModal[data-modal-type="start-file"] .episode-number-text { + position: relative; + top: 1.5px; /* 下移1.5px */ + display: inline-block; + left: 0px; /* 右移2px */ +}