From b46cfec8918773693cb8831bc521f4da0ae3afef Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期三, 15 五月 2024 15:44:45 +0800 Subject: [PATCH] # --- pages/mat/matSelected.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/mat/matSelected.vue b/pages/mat/matSelected.vue index a0d2b69..8080a69 100644 --- a/pages/mat/matSelected.vue +++ b/pages/mat/matSelected.vue @@ -17,7 +17,7 @@ <view class="form-item-desc"><text>鎵瑰彿</text></view> <view class="form-item-content"> <view class="form-input"> - <input type="text" v-model="mat.batch"> + <input type="text" v-model="mat.model"> </view> </view> </view> @@ -44,7 +44,7 @@ maktx: null, specs: null, batch: null, - anfme: 0, + anfme: 1, }, baseIP:'', basePORT:'', @@ -62,7 +62,7 @@ // 鐩戝惉acceptDataFromOpenerPage浜嬩欢锛岃幏鍙栦笂涓�椤甸潰閫氳繃eventChannel浼犻�佸埌褰撳墠椤甸潰鐨勬暟鎹� eventChannel.on('mat', function(data) { that.mat = data.data - that.mat.anfme = 0 + that.mat.anfme = 1 }) @@ -101,8 +101,8 @@ box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2) ; } .form-item { - height: 100rpx; - line-height: 100rpx; + min-height: 100rpx; + /* line-height: 100rpx; */ border-bottom: 1px solid #DCDFE6; margin-left: 40rpx; display: flex; -- Gitblit v1.9.1