From 040e2ccd2a26efd3b0bf65ddb400f9803ed52360 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Tue, 16 Nov 2021 19:09:01 +0800 Subject: [PATCH] 所有表单控件、弹窗,基础字体大小,加大到36px --- forms/input/CInputScanCode.vue | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/forms/input/CInputScanCode.vue b/forms/input/CInputScanCode.vue index 50ea652..b0dc4c7 100644 --- a/forms/input/CInputScanCode.vue +++ b/forms/input/CInputScanCode.vue @@ -15,14 +15,12 @@ :value="itemRes.formData[itemRes.name]" :onChange="evt=>itemRes.onChange(evt)" > - <view - class="c-input-scan-btn" - @tap="evt => handleScan()" - ></view> + <view class="c-input-scan-space"></view> <AtButton - class="c-input-scan-show" + class="c-input-scan-btn" size="small" type="primary" + :onClick="evt => handleScan()" > <text v-show="!scaning">扫描</text> <AtIcon -- Gitblit v1.9.1