From d5d27b5eb2fbda13565db0a0e2921d4d6b4b1f3b Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Thu, 22 Feb 2024 10:56:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0app=20=E6=9B=B4=E6=96=B0,?= =?UTF-8?q?=E6=89=8B=E5=8A=A8=E6=A3=80=E6=9F=A5=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 9 ++ src/api/request2.js | 13 ++ src/common/appUpdate.js | 116 +++++++++++++++++ src/pages/login/index.vue | 6 +- src/pages/setter/index.vue | 122 +++++++++--------- .../components/u-cell-item/u-cell-item.vue | 2 +- 6 files changed, 201 insertions(+), 67 deletions(-) create mode 100644 src/common/appUpdate.js diff --git a/src/App.vue b/src/App.vue index 3621db48..9128a34d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,13 @@ + \ No newline at end of file diff --git a/src/uni_modules/vk-uview-ui/components/u-cell-item/u-cell-item.vue b/src/uni_modules/vk-uview-ui/components/u-cell-item/u-cell-item.vue index eb9661bd..b512d803 100644 --- a/src/uni_modules/vk-uview-ui/components/u-cell-item/u-cell-item.vue +++ b/src/uni_modules/vk-uview-ui/components/u-cell-item/u-cell-item.vue @@ -221,7 +221,7 @@ export default { width: 100%; padding: 10rpx 10rpx 10rpx 10rpx ; font-size: 30rpx; - line-height: 40rpx; + line-height: 60rpx; color: $u-content-color; background-color: #fff; text-align: left;