Merge branch 'dev-xiaole' into shenzhen-dev
This commit is contained in:
commit
aa2c318882
BIN
src/assets/images/enriobottom.png
Normal file
BIN
src/assets/images/enriobottom.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
BIN
src/assets/images/enrivtop.png
Normal file
BIN
src/assets/images/enrivtop.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
@ -16,7 +16,7 @@
|
||||
<p>{{ $store.state.userInfo.companyName }}</p>
|
||||
<!-- 横琴和鹤洲不需要客服电话-->
|
||||
<p v-if="projectType != 'hengqin'">客服电话:{{$store.state.userInfo.customerServicePhone}}</p>
|
||||
<p v-if="projectType == 'hengqin'">入场码:{{$store.state.currentProDetail.placeCode}}</p>
|
||||
<p v-if="projectType == 'hengqin' && $store.state.currentProDetail != null ">入场码:{{$store.state.currentProDetail.placeCode}}</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="flex2" style="margin-top:20px">
|
||||
|
||||
@ -708,7 +708,9 @@
|
||||
v-if="COMPANY != 'longguang' && enabledProjectV2 != 3"
|
||||
class="blockContent"
|
||||
>
|
||||
<airQulityChart></airQulityChart>
|
||||
<!-- <airQulityChart></airQulityChart> -->
|
||||
<img style="width:150px;height:150px;margin-left:100px;" src="../../../assets/images/enrivtop.png" />
|
||||
<img style="width:250px; margin-left:50px;" src="../../../assets/images/enriobottom.png" />
|
||||
</div>
|
||||
<div v-else class="blockContent alarmBlockContent">
|
||||
<vue-scroll>
|
||||
@ -1430,6 +1432,9 @@ export default {
|
||||
};
|
||||
</script>
|
||||
<style lang="less" scoped>
|
||||
.stageContent{
|
||||
height:220px;
|
||||
}
|
||||
.weatherItem {
|
||||
/*float: left;*/
|
||||
display: inline-block;
|
||||
|
||||
@ -273,7 +273,7 @@ background-image: url('../../../assets/images/dataBoard/blockBG2.png');
|
||||
|
||||
.top{
|
||||
height: 57%;
|
||||
// background-image: url('../../../assets/images/dataBoard/centerTopBG.png');
|
||||
background-image: url('../../../assets/images/dataBoard/centerTopBG.png');
|
||||
background-size: 100% 100%;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
@ -283,7 +283,7 @@ background-image: url('../../../assets/images/dataBoard/blockBG2.png');
|
||||
.bottom{
|
||||
margin: 10px 20px;
|
||||
height: calc(43% - 20px);
|
||||
// background-image: url('../../../assets/images/dataBoard/centerBottomBG.png');
|
||||
background-image: url('../../../assets/images/dataBoard/centerBottomBG.png');
|
||||
background-size: 100% 100%;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user