优化物业端页面样式

This commit is contained in:
赵毅 2025-11-14 17:09:05 +08:00
parent 94c058c96f
commit 97056bf5b5
2 changed files with 7 additions and 7 deletions

View File

@ -20,8 +20,8 @@
}
.top-image{
width: 50rpx;
height: 50rpx;
width: 60rpx;
height: 60rpx;
}
.emptyCommunity {
@ -87,8 +87,8 @@
}
.work-order-icon {
width: 100rpx;
height: 100rpx;
width: 55rpx;
height: 55rpx;
display: flex;
align-items: center;
justify-content: center;

View File

@ -3,7 +3,7 @@
<view class="searchBox" :style="{ height: localHeight + 'px', paddingTop: top + 'px' }">
<view class="searchBox_add" @click="addCommunity">
<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>
<view class="emptyCommunity">
{{ communityVal }}
@ -43,11 +43,11 @@
<view class="work-order-card" v-if="index == 1 && showWorkOrderSection"
@click="navigateToWorkOrderDashboard">
<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>
</view>
<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" />
<text class="work-order-text">巡更巡检</text>
</view>