From 1158f09676fb5afdfa5adc51f69c88082bde3f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E7=8E=B2?= <8702040+cai-ling@user.noreply.gitee.com> Date: Tue, 24 Sep 2024 15:15:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BA=E5=9F=9F=E9=94=81=E5=AE=9A=E9=9C=80?= =?UTF-8?q?=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/style/layout.styl | 32 +++++++++++++++ pages/manage/area-lock.vue | 83 +++++++++++++++++++++++++++++++++----- utils/getData2.js | 8 +++- utils/mork2.js | 4 ++ 4 files changed, 114 insertions(+), 13 deletions(-) diff --git a/common/style/layout.styl b/common/style/layout.styl index a0ce9a2..8e7c877 100644 --- a/common/style/layout.styl +++ b/common/style/layout.styl @@ -490,4 +490,36 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] { .flow_icon_item_2 { width: 46rpx; height: 26rpx; +} +.checkbox-text { + font-size: 28rpx; + line-height: 28rpx; + color: #303133; +} +.point-wraper { + flex-wrap: wrap; + justify-content: flex-start; +} +.point-item { + width: 32.5%; + font-size: 28rpx; + line-height: 28rpx; + height: 84rpx; + padding: 14rpx 4rpx; + color: #303133; + text-align: center; + background: #fff; + border: 2rpx solid #DCDFE6; + border-radius: 10rpx; + overflow: hidden; +} +.point-item:nth-child(3n+2) { + margin-left: 1.25% + margin-right: 1.25% +} +.point-item:nth-child(n+4) { + margin-top: 16rpx +} +.point-item.checked { + background: #DCDFE6; } \ No newline at end of file diff --git a/pages/manage/area-lock.vue b/pages/manage/area-lock.vue index 7eed88c..60126bf 100644 --- a/pages/manage/area-lock.vue +++ b/pages/manage/area-lock.vue @@ -8,20 +8,42 @@ 区域 - + /> --> + + + + + {{e.point_name}} + + + + + 全选 + - - + + @@ -29,8 +51,8 @@