From 50b49c1b760489c3430fc382656d57c5fbbab07c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 29 四月 2024 16:07:24 +0800 Subject: [PATCH] 2024-04-29 --- src/components/tabview/index.scss | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/components/tabview/index.scss b/src/components/tabview/index.scss index 040e6bf..130fc12 100644 --- a/src/components/tabview/index.scss +++ b/src/components/tabview/index.scss @@ -110,4 +110,16 @@ .ant-message { top: 50px; z-index: 1080; +} + +.mk-menus-update { + text-align: center; + font-size: 20px; + color: #131313; + .tip { + margin-bottom: 10px; + } + .anticon { + color: var(--mk-sys-color); + } } \ No newline at end of file -- Gitblit v1.8.0