From 21effea0ecb46f78ce5d11e22e18b42518a66e7f Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期二, 13 九月 2022 10:52:35 +0800 Subject: [PATCH] # --- pages/basics/putOnSale.vue | 38 +++++++++++++++++++++++++++++++++++++- 1 files changed, 37 insertions(+), 1 deletions(-) diff --git a/pages/basics/putOnSale.vue b/pages/basics/putOnSale.vue index e1dd385..a60a8e6 100644 --- a/pages/basics/putOnSale.vue +++ b/pages/basics/putOnSale.vue @@ -89,7 +89,11 @@ <view class="revise-box"> <view class="revise-box-top"> <view class="color-block-blue"></view> - <text class="title">淇敼鏁伴噺</text> + <text class="title">淇敼鎵瑰彿/鏁伴噺</text> + </view> + <view class="" style="position: relative;left: 50px;margin-bottom: 20px;"> + <text style="display: inline-block;float: left;width: 50px;">鎵瑰彿锛�</text> + <input type="text" style="width: 100px;border-bottom: 1px solid #9e9e9e;" v-model="batch"> </view> <view class="changeBox"> <view class="num-box"> @@ -121,6 +125,7 @@ messageText: '杩欐槸涓�鏉℃垚鍔熸彁绀�', count:'', rowNum:'', + batch:'' } }, mounted(){ @@ -270,6 +275,7 @@ }, confirm() { this.matList[this.rowNum].anfme = this.count + this.matList[this.rowNum].batch = this.batch this.$refs.revise.close() this.$forceUpdate() // 寮哄埗鍒锋柊 }, @@ -291,4 +297,34 @@ border-radius: 20rpx 20rpx 0 0 ; z-index: 1; } + .revise-box { + position: relative; + width: 500rpx; + height: 400rpx; + border-radius: 25px; + } + .revise-box-top { + width: 400rpx; + height: 120rpx; + border-radius: 25px; + } + .color-block-blue { + background-color: #1E9FFF; + display: inline-block; + float: left; + margin: 15rpx 15rpx 0 15rpx; + width: 12rpx; + height: 40rpx; + border: 5rpx solid #1E9FFF; + border-radius: 20rpx; + } + .title { + display: inline-block; + float: left; + font-size: 34rpx; + font-weight: 700; + height: 50rpx; + line-height: 50rpx; + margin-top: 10rpx; + } </style> \ No newline at end of file -- Gitblit v1.9.1