File tree Expand file tree Collapse file tree
components/ts_webui/web/js Expand file tree Collapse file tree Original file line number Diff line number Diff 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()">× </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">
You can’t perform that action at this time.
0 commit comments