|
@@ -17,11 +17,11 @@
|
|
|
<div class="con_right con_left_js" :class="'warning_'+index" v-for="(item,index) in option" >
|
|
<div class="con_right con_left_js" :class="'warning_'+index" v-for="(item,index) in option" >
|
|
|
<div class="list_tit">{{item.typeName}}说明</div>
|
|
<div class="list_tit">{{item.typeName}}说明</div>
|
|
|
<!-- 预警说明内容主体 -->
|
|
<!-- 预警说明内容主体 -->
|
|
|
- <div class="text_content">
|
|
|
|
|
- <h4>预警名称:{{item.typeName}}</h4>
|
|
|
|
|
- <h4>预警描述:{{item.warningDescription}}</h4>
|
|
|
|
|
- <h4>告警阈值:{{item.concentrationUp}};紧急阈值:{{item.urgentUp}}</h4>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ <div class="text_content">
|
|
|
|
|
+ <h4>预警名称:{{item.typeName}}</h4>
|
|
|
|
|
+ <h4>预警描述:{{item.warningDescription}}</h4>
|
|
|
|
|
+ <h4>{{item.threshold}}</h4>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
@@ -139,7 +139,7 @@ export default {
|
|
|
transform: skewX(-16deg);
|
|
transform: skewX(-16deg);
|
|
|
text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6)
|
|
text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6)
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|