全局样式
This commit is contained in:
@@ -29,14 +29,10 @@
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="search-item search-item-btns">
|
||||
<view class="search-item_2">
|
||||
<button class="confirm-button" @tap="toSearch">查询</button>
|
||||
<button class="confirm-button" :class="{'confirm-button_disabled': !pkId || !index2 || !val1}" :disabled="disabled" @tap="toSure">确认</button>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="confirm-button-wrap">
|
||||
<button class="confirm-button" @tap="toSearch">查询</button>
|
||||
<button class="confirm-button" :class="{'confirm-button_disabled': !pkId || !index2 || !val1 || !index3}" :disabled="disabled" @tap="toSure">确认</button>
|
||||
<button class="confirm-button" :class="{'confirm-button_disabled': !pkId || !index2 || !val1 || !index3}" :disabled="disabled" @tap="toSure">确认</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="grid-wrap">
|
||||
@@ -175,5 +171,5 @@
|
||||
|
||||
<style lang="stylus" scoped>
|
||||
.grid-wrap
|
||||
height: calc(100% - 237px); /** 42+ 15*6+ 35*3 */
|
||||
height: calc(100% - 187px); /** 42+ 15*5+ 35*2 */
|
||||
</style>
|
||||
Reference in New Issue
Block a user