From 17de5258a24ba6f42a07f9cc57b3bfc552e7bbff Mon Sep 17 00:00:00 2001 From: whycq <123456> Date: 星期二, 16 八月 2022 13:08:35 +0800 Subject: [PATCH] # --- unpackage/dist/dev/app-plus/app-view.js | 33 +++++++++++++++++++++++++++++---- 1 files changed, 29 insertions(+), 4 deletions(-) diff --git a/unpackage/dist/dev/app-plus/app-view.js b/unpackage/dist/dev/app-plus/app-view.js index f129690..4ad76a0 100644 --- a/unpackage/dist/dev/app-plus/app-view.js +++ b/unpackage/dist/dev/app-plus/app-view.js @@ -3460,6 +3460,7 @@ type: "text", placeholder: "鎵爜 / 杈撳叆", maxlength: "8", + "placeholder-style": "line-height: 85rpx;", _i: 18 }, model: { @@ -6351,6 +6352,7 @@ placeholder: "鎵爜 / 杈撳叆", maxlength: "10", focus: _vm._$g(10, "a-focus"), + "placeholder-style": "line-height: 85rpx;", _i: 10 }, on: { @@ -6426,6 +6428,7 @@ type: "text", placeholder: "鎵爜 / 杈撳叆", focus: _vm._$g(20, "a-focus"), + "placeholder-style": "line-height: 85rpx;", _i: 20 }, on: { @@ -7086,6 +7089,7 @@ placeholder: "鎵爜 / 杈撳叆", maxlength: "10", focus: _vm._$g(10, "a-focus"), + "placeholder-style": "line-height: 85rpx;", _i: 10 }, on: { @@ -7161,6 +7165,7 @@ type: "text", placeholder: "鎵爜 / 杈撳叆", focus: _vm._$g(20, "a-focus"), + "placeholder-style": "line-height: 85rpx;", _i: 20 }, on: { @@ -8817,7 +8822,12 @@ { staticClass: _vm._$g(5, "sc"), attrs: { _i: 5 } }, [ _c("v-uni-input", { - attrs: { type: "text", placeholder: " 搴撲綅鍙�", _i: 6 }, + attrs: { + type: "text", + placeholder: " 搴撲綅鍙�", + "placeholder-style": "line-height: 85rpx;", + _i: 6 + }, on: { input: function($event) { return _vm.$handleViewEvent($event) @@ -8872,7 +8882,12 @@ { staticClass: _vm._$g(13, "sc"), attrs: { _i: 13 } }, [ _c("v-uni-input", { - attrs: { type: "text", placeholder: " 鍟嗗搧缂栫爜", _i: 14 }, + attrs: { + type: "text", + placeholder: " 鍟嗗搧缂栫爜", + "placeholder-style": "line-height: 85rpx;", + _i: 14 + }, on: { input: function($event) { return _vm.$handleViewEvent($event) @@ -9847,7 +9862,12 @@ { staticClass: _vm._$g(8, "sc"), attrs: { _i: 8 } }, [ _c("v-uni-input", { - attrs: { type: "text", placeholder: "鎵爜 / 杈撳叆", _i: 9 }, + attrs: { + type: "text", + placeholder: "鎵爜 / 杈撳叆", + "placeholder-style": "line-height: 85rpx;", + _i: 9 + }, on: { input: function($event) { return _vm.$handleViewEvent($event) @@ -10377,7 +10397,12 @@ { staticClass: _vm._$g(8, "sc"), attrs: { _i: 8 } }, [ _c("v-uni-input", { - attrs: { type: "text", placeholder: "鎵爜 / 杈撳叆", _i: 9 }, + attrs: { + type: "text", + placeholder: "鎵爜 / 杈撳叆", + "placeholder-style": "line-height: 85rpx;", + _i: 9 + }, on: { input: function($event) { return _vm.$handleViewEvent($event) -- Gitblit v1.9.1