Skip to content

Commit b3be1a3

Browse files
committed
🐛 处理窄屏显示问题 #495
1 parent 824e275 commit b3be1a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/options/routes/ScriptList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ function ScriptList() {
10211021
hideOnSinglePage: true,
10221022
}}
10231023
style={{
1024-
minWidth: "1100px",
1024+
minWidth: "1200px",
10251025
}}
10261026
rowSelection={{
10271027
type: "checkbox",

src/pages/options/routes/SubscribeList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ function SubscribeList() {
310310
hideOnSinglePage: true,
311311
}}
312312
style={{
313-
minWidth: "1100px",
313+
minWidth: "1200px",
314314
}}
315315
/>
316316
</Card>

0 commit comments

Comments
 (0)