From c98e45bfac25e9110ad0383faac54a54d98ea9d5 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 18 十一月 2021 20:47:04 +0800
Subject: [PATCH] 2021-11-18

---
 src/assets/css/main.scss |   44 ++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 42 insertions(+), 2 deletions(-)

diff --git a/src/assets/css/main.scss b/src/assets/css/main.scss
index 9c1486d..a137096 100644
--- a/src/assets/css/main.scss
+++ b/src/assets/css/main.scss
@@ -38,6 +38,9 @@
 html, body {
   width: 100%;
   font-size: 14px;
+  // .ant-table, .ant-dropdown {
+  //   color: rgba(0, 0, 0, 0.85);
+  // }
 }
 #root {
   height: 100%;
@@ -346,7 +349,7 @@
     }
     .mk-popover-control {
       white-space: nowrap;
-      i {
+      i, span.anticon {
         padding: 5px 8px;
         cursor: pointer;
         font-size: 16px;
@@ -403,4 +406,41 @@
   .ant-btn.ant-btn-link {
     border-width: 1px;
   }
-}
\ No newline at end of file
+}
+
+.ant-tabs .ant-tabs-top-content.ant-tabs-content-animated { // 鍘婚櫎鍒囨崲鏃剁殑鍔ㄧ敾鏁堟灉
+  transition: margin-left 0s cubic-bezier(0.645, 0.045, 0.355, 1)!important;
+}
+
+.ant-progress-line.square {
+  .ant-progress-inner {
+    border-radius: 0;
+    .ant-progress-bg {
+      border-radius: 0;
+    }
+  }
+}
+
+.mk-form-tip {
+  color: #c49f47;
+  margin-right: 3px;
+}
+
+div.ant-input-number {
+  width: 100%;
+}
+
+.ant-progress {
+  .ant-progress-circle-trail {
+    stroke: inherit!important;
+  }
+  .ant-progress-text {
+    color: inherit!important;
+  }
+}
+// .ant-table.ant-table-mini .ant-table-thead > tr > th {
+//   padding: 8px 4px;
+// }
+// .ant-table.ant-table-mini .ant-table-tbody > tr > td {
+//   padding: 4px 4px;
+// }
\ No newline at end of file

--
Gitblit v1.8.0