|
|
@@ -3,7 +3,7 @@
|
|
|
<view class="input-wrap">
|
|
|
<text>剩余:{{parseFloat(xjStock)}}扎</text><text style="margin-left:50upx;">单价:¥{{parseFloat(xjPrice)}}</text>
|
|
|
</view>
|
|
|
- <view class="scroll-middle_bx">
|
|
|
+ <view style="margin-top:20upx;">
|
|
|
<block>
|
|
|
<view class="item_list_bx" style="width: 100%;">
|
|
|
<view v-for="(xjItem,xjIndex) in xjList" :key="xjIndex">
|
|
|
@@ -32,7 +32,7 @@
|
|
|
</view>
|
|
|
<div class="app-footer footer-button">
|
|
|
<button class="admin-button-com big default" @click="clearXj()">清除全部</button>
|
|
|
- <button class="admin-button-com big blue" @click="goBack()" style="margin-left:58upx;padding:30upx 55upx 30upx 55upx;">返回</button>
|
|
|
+ <button class="admin-button-com big default" @click="goBack()" style="margin-left:58upx;padding:30upx 55upx 30upx 55upx;">返回</button>
|
|
|
<button class="admin-button-com big blue" @click="confirmXj()" style="margin-left:58upx;padding:30upx 65upx; 30upx 65upx;" >确认</button>
|
|
|
</div>
|
|
|
</view>
|
|
|
@@ -189,23 +189,7 @@ export default {
|
|
|
flex-direction: column;
|
|
|
.input-wrap {
|
|
|
font-size:30upx;
|
|
|
- display: flex;
|
|
|
- padding: 22upx 20upx 22upx 30upx;
|
|
|
- .search-bar {
|
|
|
- flex: 1;
|
|
|
- }
|
|
|
- .city-select {
|
|
|
- display: flex;
|
|
|
- flex-shrink: 0;
|
|
|
- align-items: center;
|
|
|
- margin-right: 15upx;
|
|
|
- margin-left: 45upx;
|
|
|
- background-color: #ffff;
|
|
|
- .iconfont {
|
|
|
- margin-left: 20upx;
|
|
|
- font-size: 30upx;
|
|
|
- }
|
|
|
- }
|
|
|
+ padding: 22upx 20upx 0upx 30upx;
|
|
|
}
|
|
|
.tab-view {
|
|
|
height: 100%;
|