isbn表单缩短为原80%,货区自动变宽
This commit is contained in:
parent
025abd1a35
commit
1bedaa6862
@ -60,7 +60,7 @@
|
|||||||
<text class="picker-arrow">›</text>
|
<text class="picker-arrow">›</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="inline-field">
|
<view class="inline-field isbn-field">
|
||||||
<view class="isbn-input-box" style="flex:1;">
|
<view class="isbn-input-box" style="flex:1;">
|
||||||
<input class="isbn-input" v-model="isbn" placeholder="ISBN或扫码" maxlength="13"/>
|
<input class="isbn-input" v-model="isbn" placeholder="ISBN或扫码" maxlength="13"/>
|
||||||
<view class="scan-btn" @click="scanISBN">
|
<view class="scan-btn" @click="scanISBN">
|
||||||
@ -1745,6 +1745,11 @@ export default {
|
|||||||
width: 200rpx;
|
width: 200rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.inline-field.isbn-field {
|
||||||
|
flex: 1;
|
||||||
|
max-width: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
/* ========== 价格输入 ========== */
|
/* ========== 价格输入 ========== */
|
||||||
.price-input-box {
|
.price-input-box {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user