From c8c8bdf0c362ca76253d8e0cbb0dbaa13efad4a3 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 12 二月 2025 23:09:48 +0800 Subject: [PATCH] 2025-02-12 --- src/menu/debug/index.scss | 53 +++++++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 47 insertions(+), 6 deletions(-) diff --git a/src/menu/debug/index.scss b/src/menu/debug/index.scss index de57aff..60bc281 100644 --- a/src/menu/debug/index.scss +++ b/src/menu/debug/index.scss @@ -1,9 +1,50 @@ -.replace-field-modal { - .ant-modal { - top: 70px; - } +.debug-modal { .ant-modal-body { - min-height: 150px; - padding-top: 40px; + position: relative; + padding: 0 0 50px 0; + overflow: hidden; + color: rgba(0, 0, 0, 0.85); + + .mk-sql-wrap { + max-height: calc(100vh - 150px); + min-height: 50vh; + padding: 15px 20px; + + .ant-table-thead > tr > th, .ant-table-tbody > tr > td { + padding: 12px; + } + .anticon { + font-size: 16px; + } + .anticon-clock-circle { + color: #c8c8c8; + } + .anticon-check-circle { + color: #26C281; + } + .anticon-close-circle { + color: red; + } + .anticon-loading { + color: orange; + } + .anticon-deepseek { + cursor: pointer; + color: #4D6BFE; + } + } + } + .mk-footer { + position: absolute; + bottom: 0px; + width: 100%; + height: 50px; + line-height: 50px; + border-top: 1px solid #e8e8e8; + text-align: right; + padding-right: 20px; + .ant-btn:not(:first-child) { + margin-left: 15px; + } } } \ No newline at end of file -- Gitblit v1.8.0