优化物业端页面样式
This commit is contained in:
parent
94c058c96f
commit
97056bf5b5
@ -20,8 +20,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.top-image{
|
.top-image{
|
||||||
width: 50rpx;
|
width: 60rpx;
|
||||||
height: 50rpx;
|
height: 60rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.emptyCommunity {
|
.emptyCommunity {
|
||||||
@ -87,8 +87,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.work-order-icon {
|
.work-order-icon {
|
||||||
width: 100rpx;
|
width: 55rpx;
|
||||||
height: 100rpx;
|
height: 55rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
<view class="searchBox" :style="{ height: localHeight + 'px', paddingTop: top + 'px' }">
|
<view class="searchBox" :style="{ height: localHeight + 'px', paddingTop: top + 'px' }">
|
||||||
<view class="searchBox_add" @click="addCommunity">
|
<view class="searchBox_add" @click="addCommunity">
|
||||||
<image class="top-image"
|
<image class="top-image"
|
||||||
src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/workOrder_community.png" mode="aspectFill">
|
src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/workOrder_community_2.svg">
|
||||||
</image>
|
</image>
|
||||||
<view class="emptyCommunity">
|
<view class="emptyCommunity">
|
||||||
{{ communityVal }}
|
{{ communityVal }}
|
||||||
@ -43,11 +43,11 @@
|
|||||||
<view class="work-order-card" v-if="index == 1 && showWorkOrderSection"
|
<view class="work-order-card" v-if="index == 1 && showWorkOrderSection"
|
||||||
@click="navigateToWorkOrderDashboard">
|
@click="navigateToWorkOrderDashboard">
|
||||||
<image class="work-order-icon"
|
<image class="work-order-icon"
|
||||||
src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/workOrder.png" mode="aspectFill" />
|
src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/workOrder_2.svg" mode="aspectFill" />
|
||||||
<text class="work-order-text">工单台</text>
|
<text class="work-order-text">工单台</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="work-order-card" v-if="index == 0" @click="navigateToRoutingInspection">
|
<view class="work-order-card" v-if="index == 0" @click="navigateToRoutingInspection">
|
||||||
<image class="work-order-icon" src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/polling.png"
|
<image class="work-order-icon" src="https://wechat-img-file.oss-cn-beijing.aliyuncs.com/polling_2.svg"
|
||||||
mode="aspectFill" />
|
mode="aspectFill" />
|
||||||
<text class="work-order-text">巡更巡检</text>
|
<text class="work-order-text">巡更巡检</text>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user