From d962b188a099232965bd52c63992e2036d8cc100 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 10 七月 2023 18:46:10 +0800
Subject: [PATCH] 2023-07-10

---
 public/options.json                                      |   14 +++++++-------
 src/tabviews/custom/components/calendar/board/index.scss |    9 ++++++++-
 2 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/public/options.json b/public/options.json
index f031142..858e91f 100644
--- a/public/options.json
+++ b/public/options.json
@@ -1,16 +1,16 @@
 {
-  "appId": "202108312122504607B107A83F55B40C98CCF",
-  "appkey": "20210831212235413F287EC3BF489424496C8",
+  "appId": "201912040924165801464FF1788654BC5AC73",
+  "appkey": "20191106103859640976D6E924E464D029CF0",
   "mainSystemApi": "http://sso.mk9h.cn/cloud/webapi/dostars",
   "systemType": "",
   "externalDatabase": "",
   "lineColor": "",
   "filter": "false",
-  "defaultApp": "mkindustry",
+  "defaultApp": "mk",
   "defaultLang": "zh-CN",
-  "WXAppID": "",
+  "WXAppID": "wx4d8a34c8d4494872",
   "WXminiAppID": "",
-  "WXNotice": "false",
+  "WXNotice": "true",
   "nginx": "true",
   "debugger": false,
   "licenseKey": "",
@@ -18,6 +18,6 @@
   "transfer": "false",
   "keepPassword": "true",
   "platforms": ["H5", "wechat", "android", "ios", "wxMiniProgram"],
-  "host": "http://demo.mk9h.cn",
-  "service": "erp_new/"
+  "host": "http://qingqiumarket.cn",
+  "service": "MKWMS/"
 }
\ No newline at end of file
diff --git a/src/tabviews/custom/components/calendar/board/index.scss b/src/tabviews/custom/components/calendar/board/index.scss
index c455faa..3957fc3 100644
--- a/src/tabviews/custom/components/calendar/board/index.scss
+++ b/src/tabviews/custom/components/calendar/board/index.scss
@@ -262,10 +262,17 @@
       vertical-align: middle;
     }
   }
+  .ant-popover-inner {
+    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
+  }
   .ant-popover-inner-content {
-    min-height: 100px;
+    padding: 0px;
+    min-height: 45px;
     max-height: 200px;
     overflow-y: auto;
+    >div {
+      padding: 12px 16px;
+    }
   }
   .ant-popover-inner-content::-webkit-scrollbar {
     width: 5px;

--
Gitblit v1.8.0