File tree Expand file tree Collapse file tree 4 files changed +326
-20
lines changed
Expand file tree Collapse file tree 4 files changed +326
-20
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ export const envInfo = ref<any>({
2020 isInstalling : false ,
2121 installProgress : [ ] ,
2222 showProgressLog : false ,
23+ showForceCloseButton : false , // 控制强制关闭按钮的显示
2324
2425 version : "v2.0.1" ,
2526 path : "~/.env" ,
Original file line number Diff line number Diff line change 55 color : var (--app-fg );
66
77 .body-box {
8- width : 80 % ;
8+ width : 100 % ;
99 min-width : 800px ;
1010
1111 .rt-config-box {
144144 .log-title {
145145 margin-bottom : 0 ;
146146 }
147+
148+ .log-actions {
149+ display : flex ;
150+ gap : 8px ;
151+ align-items : center ;
152+ }
147153 }
148154
149155 .log-content {
165171 margin-bottom : 0 ;
166172 }
167173 }
174+
175+ .terminal-container {
176+ height : 400px ;
177+ border : 1px solid #ddd ;
178+ border-radius : 3px ;
179+ overflow : hidden ;
180+ background-color : #1e1e1e ;
181+
182+ :deep(.xterm ) {
183+ padding : 8px ;
184+ height : 100% ;
185+ }
186+
187+ :deep(.xterm-viewport ) {
188+ overflow-y : auto ;
189+ }
190+
191+ :deep(.xterm-screen ) {
192+ height : 100% ;
193+ }
194+ }
168195 }
169196
170197 :deep(.el-progress__text ) {
You can’t perform that action at this time.
0 commit comments