Commit 0775f655 authored by youjie's avatar youjie

no message

parent 908dc860
......@@ -175,7 +175,7 @@ body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,
}
.travelDaysTitlle-left-textOne{
font-size: 79px;
font-family: FZCuSong-B09S;
font-family: FZCuSong-B09S !important;
font-weight: 400;
color: #2A2A2A;
line-height: 55px;
......@@ -183,7 +183,7 @@ body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,
}
.travelDaysTitlle-left-textTwo{
font-size: 47px;
font-family: PingFang SC;
font-family: PingFang SC !important;
font-weight: 800;
color: #2A2A2A;
line-height: 55px;
......
......@@ -27,13 +27,13 @@
},
computed: {},
watch: {
// FeatureData: {
// handler(val, oldVal) {
feature: {
handler(val, oldVal) {
// },
// deep: true,
// immediate: true
// },
},
deep: true,
immediate: true
},
},
mounted() {
......
......@@ -238,7 +238,7 @@
watch: {
dataAll: {
handler(val, oldVal) {
if(val.tripColor){
if(val&&val.tripColor){
this.backgroundColor = this.hexToRgb(val.tripColor, 0.2)
let rgba = this.hexToRgb(val.tripColor, 1)
rgba = rgba.split(',')
......
......@@ -76,7 +76,7 @@
<!--&&isopOperation HK 注释 可以让销售修改基本信息-->
<input type="button" v-if="orderId>0" class="travelControlTripBtn" value="修改信息" @click="editMsgShow=true" />
</el-col>
<el-col :span="10">
<el-col :span="10" style="display: none;">
<span style="font-size:14px">行程补充说明:</span>
<el-select filterable size="small" v-model="Typevalue" placeholder="请选择">
<el-option label="日本寻秋意赏枫季" :value="-1"></el-option>
......
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