From e657b7ed2c047af4b54cbc26e5ac66cb7656dbb5 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 12 十月 2022 12:13:05 +0800 Subject: [PATCH] 2022-10-12 --- src/tabviews/debugtable/index.scss | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/tabviews/debugtable/index.scss b/src/tabviews/debugtable/index.scss index 773c2c0..0dbe1a4 100644 --- a/src/tabviews/debugtable/index.scss +++ b/src/tabviews/debugtable/index.scss @@ -1,14 +1,19 @@ .debugtable { position: relative; min-height: 200px; - margin: 20px; + padding: 20px; + background: #ffffff; + .ant-table-thead > tr > th { + color: #ffffff; + background: var(--mk-sys-color); + } .mk-debug-reload { - color: var(--mk-sys-color); - position: absolute; - z-index: 1; - top: 5px; - right: 10px; + color: #ffffff; + background: red; + border-color: red; + margin-bottom: 10px; + height: 28px; font-size: 16px; } } -- Gitblit v1.8.0