From e078f8984a300eb4d7c44896985d34566ba122ee Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 04 一月 2023 17:24:30 +0800 Subject: [PATCH] 2023-01-04 --- src/assets/css/main.scss | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/assets/css/main.scss b/src/assets/css/main.scss index 83fea01..630b514 100644 --- a/src/assets/css/main.scss +++ b/src/assets/css/main.scss @@ -36,11 +36,9 @@ /*鑳屾櫙鑹�*/ html, body { + --mk-sys-color: #1890ff; width: 100%; font-size: 14px; - // .ant-table, .ant-dropdown { - // color: rgba(0, 0, 0, 0.85); - // } } #root { height: 100%; @@ -484,3 +482,10 @@ vertical-align: bottom; } } + +// 绯荤粺鑹茶缃� +.mk-main-view { + display: flex; + flex: auto; + min-height: 100%; +} \ No newline at end of file -- Gitblit v1.8.0