Commit 1bc34ca8 authored by youjie's avatar youjie

no message

parent e7f001db
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
</div> </div>
</div> </div>
</div> </div>
<div style="min-height:1420px"> <div style="min-height:1400px">
<!-- 一张图 1-单张图,2-多张图--> <!-- 一张图 1-单张图,2-多张图-->
<template v-if=" <template v-if="
(item.TitleObj.ShowTripType==2&&(item.ScenicArray.length==1||item.ScenicArray.length==0)) (item.TitleObj.ShowTripType==2&&(item.ScenicArray.length==1||item.ScenicArray.length==0))
...@@ -1109,7 +1109,7 @@ ...@@ -1109,7 +1109,7 @@
dataAll: { dataAll: {
handler(val, oldVal) { handler(val, oldVal) {
if (val && val.TripColor) { if (val && val.TripColor) {
this.backgroundColor = this.hexToRgb(val.TripColor, 0.2) this.backgroundColor = this.hexToRgb(val.TripColor, 0.25)
this.backgroundColor2 = this.hexToRgb(val.TripColor, 0.1) this.backgroundColor2 = this.hexToRgb(val.TripColor, 0.1)
let rgba = this.hexToRgb(val.TripColor, 1) let rgba = this.hexToRgb(val.TripColor, 1)
rgba = rgba.split(',') rgba = rgba.split(',')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment