From dbebfcc29a95f83de289913d7b8525ef7239f0ab Mon Sep 17 00:00:00 2001
From: Jason <5340635+wen-jason@user.noreply.gitee.com>
Date: Fri, 16 Sep 2022 11:58:25 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E5=90=8E=E5=8F=B0-=E5=A4=8D=E5=88=B6?=
=?UTF-8?q?=E6=8F=90=E7=A4=BA=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
admin/src/views/channel/weapp.vue | 14 +++----
admin/src/views/channel/wx_oa/config.vue | 47 +++++++++++++++---------
admin/src/views/channel/wx_oa/menu.vue | 28 ++++++--------
admin/src/views/decoration/tabbar.vue | 2 +-
4 files changed, 47 insertions(+), 44 deletions(-)
diff --git a/admin/src/views/channel/weapp.vue b/admin/src/views/channel/weapp.vue
index a7077ebd..dbe531b0 100644
--- a/admin/src/views/channel/weapp.vue
+++ b/admin/src/views/channel/weapp.vue
@@ -58,7 +58,7 @@
- 复制
+ 复制
小程序账号登录微信公众平台,点击开发>开发设置->业务域名,填写业务域名
@@ -143,7 +143,6 @@
@@ -29,18 +29,12 @@ getOaMenuFunc();
- 保存
- 发布
+
+ 保存
+
+
+ 发布
+
diff --git a/admin/src/views/decoration/tabbar.vue b/admin/src/views/decoration/tabbar.vue
index 8aac2d4c..98fccb8c 100644
--- a/admin/src/views/decoration/tabbar.vue
+++ b/admin/src/views/decoration/tabbar.vue
@@ -118,7 +118,7 @@
From 30bc224c1cc17e74d5d02dcc65b403bfbb33db34 Mon Sep 17 00:00:00 2001
From: Jason <5340635+wen-jason@user.noreply.gitee.com>
Date: Fri, 16 Sep 2022 12:05:15 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E5=90=8E=E5=8F=B0-=E4=BF=AE=E6=94=B9css?=
=?UTF-8?q?=E9=85=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
admin/tailwind.config.js | 53 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 53 insertions(+)
diff --git a/admin/tailwind.config.js b/admin/tailwind.config.js
index 35bd4b2e..1173ccac 100644
--- a/admin/tailwind.config.js
+++ b/admin/tailwind.config.js
@@ -57,6 +57,59 @@ module.exports = {
'7xl': '36px',
'8xl': '48px',
'9xl': '60px'
+ },
+ spacing: {
+ px: '1px',
+ 0: '0px',
+ 0.5: '2px',
+ 1: '4px',
+ 1.5: '6px',
+ 2: '8px',
+ 2.5: '10px',
+ 3: '12px',
+ 3.5: '14px',
+ 4: '16px',
+ 5: '20px',
+ 6: '24px',
+ 7: '28px',
+ 8: '32px',
+ 9: '36px',
+ 10: '40px',
+ 11: '44px',
+ 12: '48px',
+ 14: '56px',
+ 16: '64px',
+ 20: '80px',
+ 24: '96px',
+ 28: '112px',
+ 32: '128px',
+ 36: '144px',
+ 40: '160px',
+ 44: '176px',
+ 48: '192px',
+ 52: '208px',
+ 56: '224px',
+ 60: '240px',
+ 64: '256px',
+ 72: '288px',
+ 80: '320px',
+ 96: '384px'
+ },
+ lineHeight: {
+ none: '1',
+ tight: '1.25',
+ snug: '1.375',
+ normal: '1.5',
+ relaxed: '1.625',
+ loose: '2',
+ 3: '12px',
+ 4: '16px',
+ 5: '20px',
+ 6: '24px',
+ 7: '28px',
+ 8: '32px',
+ 9: '36px',
+ 10: '40px'
}
},