From f38b3321250222b81a797a538d9c3efa9f8a0ecb Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 29 五月 2022 03:54:05 +0800 Subject: [PATCH] 2022-05-29 --- src/assets/css/main.scss | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/src/assets/css/main.scss b/src/assets/css/main.scss index f7c2e2b..a6d7923 100644 --- a/src/assets/css/main.scss +++ b/src/assets/css/main.scss @@ -469,4 +469,21 @@ display: none; } } +} +.mk-button-progress { + position: fixed!important; + top: 0px; + left: 0px; + z-index: 1100; + width: 100vw!important; + .ant-progress-outer { + .ant-progress-inner { + vertical-align: top; + background-color: transparent; + .ant-progress-bg { + height: 4px!important; + background-color: var(--antd-wave-shadow-color); + } + } + } } \ No newline at end of file -- Gitblit v1.8.0