From 876a5e6657d67df66bb525d02dd6d147ba81cae5 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 05 一月 2023 09:53:37 +0800
Subject: [PATCH] 2023-01-05

---
 src/assets/css/main.scss |   28 ++++++++++++++++++++++------
 1 files changed, 22 insertions(+), 6 deletions(-)

diff --git a/src/assets/css/main.scss b/src/assets/css/main.scss
index 3e21319..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%;
@@ -180,9 +178,9 @@
   z-index: 1090!important;
 }
 
-.ant-dropdown {
-  z-index: 1090!important;
-}
+// .ant-dropdown {
+//   z-index: 1090!important;
+// }
 
 .mk-normal-dropdown {
   .ant-dropdown-menu {
@@ -472,4 +470,22 @@
   .video-react .video-react-poster {
     background-size: cover;
   }
+}
+
+.table-vertical-top {
+  table td {
+    vertical-align: top;
+  }
+}
+.table-vertical-bottom {
+  table td {
+    vertical-align: bottom;
+  }
+}
+
+// 绯荤粺鑹茶缃�
+.mk-main-view {
+  display: flex;
+  flex: auto;
+  min-height: 100%;
 }
\ No newline at end of file

--
Gitblit v1.8.0