全局样式
This commit is contained in:
@@ -29,10 +29,10 @@
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="confirm-button-wrap">
|
||||
<button class="confirm-button" @tap="toSearch()">查询</button>
|
||||
<button class="confirm-button" :disabled="disabled" @tap="toSure()">确认</button>
|
||||
<view class="search-item_2 flexend">
|
||||
<button class="confirm-button" @tap="toSearch()">查询</button>
|
||||
<button class="confirm-button" :disabled="disabled" @tap="toSure()">确认</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="grid-wrap">
|
||||
@@ -149,5 +149,5 @@
|
||||
<style lang="stylus" scoped>
|
||||
@import '../../common/style/mixin.styl';
|
||||
.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