6.11
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="box-1" :class="homeStore.amplify?'':'coll-box'">
|
||||
<div class="header">
|
||||
<div class="header__left" @click="handlePiaoPop">
|
||||
<div class="header__left" style="flex:1;" @click="handlePiaoPop">
|
||||
<img src="@/assets/images/ticket.png" />
|
||||
<div
|
||||
class="header__left-item"
|
||||
@@ -13,7 +13,7 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="rt-lable">
|
||||
<div v-for="(item, index) in scenicStore.scenicSpotData.infoList" :key="index">
|
||||
<div class="label">{{ item.name }}</div>
|
||||
<p class="value" :class="{ error: item.type==2,warning: item.type==1 }">{{ item.value }}</p>
|
||||
@@ -222,10 +222,23 @@ import pubSub from 'pubsub-js'
|
||||
<style scoped lang="scss">
|
||||
.coll-box{
|
||||
flex:1 !important;
|
||||
.box-1{
|
||||
width:initial;
|
||||
flex:1;
|
||||
}
|
||||
}
|
||||
// .box-1 .rt-lable{
|
||||
// .lable{
|
||||
// font-size:vw(10) !important;
|
||||
// }
|
||||
// .value{
|
||||
// font-size:vw(28) !important;
|
||||
// }
|
||||
// }
|
||||
.box-1 {
|
||||
margin-top: vh(120);
|
||||
width: vw(900);
|
||||
width: vw(780);
|
||||
// flex:1;
|
||||
height: vh(950);
|
||||
padding: vw(10);
|
||||
box-sizing: border-box;
|
||||
|
||||
Reference in New Issue
Block a user