全局样式
This commit is contained in:
@@ -66,12 +66,12 @@
|
||||
<input type="text" class="search-input-l" v-model="endDate" @click="open2">
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="confirm-button-wrap">
|
||||
<button class="confirm-button" @tap="toSearch()">查询</button>
|
||||
<button class="confirm-button" :disabled="disabled" @tap="toSure('8')">取消</button>
|
||||
<button class="confirm-button" :disabled="disabled" @tap="toSure('7')">完成</button>
|
||||
<button class="confirm-button" :disabled="disabled" @tap="toSure('5')">重发</button>
|
||||
<view class="search-item_2 flexend">
|
||||
<button class="confirm-button" @tap="toSearch()">查询</button>
|
||||
<button class="confirm-button" :disabled="disabled" @tap="toSure('8')">取消</button>
|
||||
<button class="confirm-button" :disabled="disabled" @tap="toSure('7')">完成</button>
|
||||
<button class="confirm-button" :disabled="disabled" @tap="toSure('5')">重发</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="grid-wrap">
|
||||
@@ -293,7 +293,9 @@
|
||||
.grid-wrap
|
||||
height: auto
|
||||
overflow: auto
|
||||
height: calc(100% - 387px); /** 42+ 15*9+ 35*6 */
|
||||
height: calc(100% - 337px); /** 42+ 15*8+ 35*5 */
|
||||
/deep/ .uni-calendar-item__weeks-box-item
|
||||
height: 40px !important
|
||||
>>>.search_input
|
||||
padding-right 60px
|
||||
</style>
|
||||
Reference in New Issue
Block a user