Skip to content

Commit af424c5

Browse files
committed
[frontend] 修复工作台和工具页面小屏幕适配问题
1 parent 897309b commit af424c5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

frontend/src/pages/plugin/style.scoped.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
}
2323
.apps_main {
2424
height: calc(100% - 50px);
25-
min-width: 1400px;
2625
padding: 24px;
2726
background: #fff;
2827
border-radius: 8px;
@@ -451,4 +450,4 @@
451450
.collapse-plugin-content {
452451
max-height: 500px;
453452
overflow: auto;
454-
}
453+
}

frontend/src/styles/appengine-bg-spa.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@
107107
}
108108
.apps_root-spa {
109109
height: calc(100vh - 50px);
110+
min-width: 0;
111+
width: 100%;
110112
}
111113
.app-fullpage-spa {
112114
height: calc(100vh - 50px);

frontend/src/styles/appengine-bg.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@
109109

110110
.apps_root {
111111
min-height: 100vh;
112+
min-width: 0;
113+
width: 100%;
112114
padding-top: 16px;
113115
}
114116
.app-fullpage {

0 commit comments

Comments
 (0)