Skip to content

Commit a7569d7

Browse files
authored
Merge pull request #11 from massif-01/main
fix(ui): 终端日志弹窗样式与关闭按钮图标
2 parents a232b30 + 28e9c1c commit a7569d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • components/ts_webui/web/js

components/ts_webui/web/js/app.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13786,12 +13786,12 @@ async function loadTerminalPage() {
1378613786

1378713787
<!-- 日志模态框 -->
1378813788
<div id="terminal-logs-modal" class="modal" style="display:none" onclick="if(event.target===this) closeTerminalLogsModal()">
13789-
<div class="modal-content" style="width:90%; max-width:1200px; height:85vh">
13789+
<div class="modal-content cc-compact" style="width:90%; max-width:1200px; height:85vh">
1379013790
<div class="modal-header">
1379113791
<h2>${t('terminal.systemLogTitle')}</h2>
13792-
<button class="modal-close" onclick="closeTerminalLogsModal()">&times;</button>
13792+
<button class="modal-close" onclick="closeTerminalLogsModal()"><i class="ri-close-line"></i></button>
1379313793
</div>
13794-
<div class="modal-body" style="padding:0; display:flex; flex-direction:column; height:calc(100% - 60px)">
13794+
<div class="modal-body" style="padding:0; display:flex; flex-direction:column; height:calc(100% - 60px); max-height:none">
1379513795
<!-- 工具栏 -->
1379613796
<div class="log-toolbar" style="margin:15px; margin-bottom:10px">
1379713797
<div class="toolbar-left">

0 commit comments

Comments
 (0)