绘制关键指标概览页面
This commit is contained in:
@@ -29,12 +29,12 @@
|
||||
<!-- <text class="uni-card__header-content-subtitle uni-ellipsis">
|
||||
{{ device.mac }}
|
||||
</text> -->
|
||||
<view class="event-desc mt10 mb8">
|
||||
<view class="event-desc mt4 mb8">
|
||||
<text>
|
||||
工程名称:{{ device.engineeringName }}
|
||||
工程:{{ device.engineeringName }}
|
||||
</text>
|
||||
<text>
|
||||
项目名称:{{ device.projectName }}
|
||||
项目:{{ device.projectName }}
|
||||
</text>
|
||||
</view>
|
||||
|
||||
@@ -61,11 +61,11 @@
|
||||
</template>
|
||||
<!-- <view class="device-body">
|
||||
<view class="device-body-item">
|
||||
<text>工程名称</text>
|
||||
<text>工程</text>
|
||||
<text>{{ device.engineeringName }}</text>
|
||||
</view>
|
||||
<view class="device-body-item mt6">
|
||||
<text>项目名称</text>
|
||||
<text>项目</text>
|
||||
<text>{{ device.projectName }}</text>
|
||||
</view>
|
||||
<view class="device-body-item mt6" v-if="device.process == 2 || device.process == 3">
|
||||
@@ -283,7 +283,7 @@ export default {
|
||||
}
|
||||
|
||||
.event-desc text {
|
||||
font-size: 28rpx;
|
||||
font-size: 24rpx;
|
||||
color: #666666;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user