Commit 94712240 authored by 黄奎's avatar 黄奎

页面修改

parent 16736b25
......@@ -3,11 +3,13 @@
width: 300px;
overflow: hidden;
}
.TC-itemContent {
position: relative;
/* max-height: 700px; */
}
.TC-titlebox.border input{
.TC-titlebox.border input {
border-right: 0;
border: 1px solid #dddddd !important;
}
......@@ -224,8 +226,8 @@
<span v-if="ishasScenic">默认展示图</span>
<el-select v-if="ishasScenic&&NoticeParameters.IsDirect==1" class="w220 Ht_hotelSelect" size="mini"
:placeholder="$t('pub.pleaseSel')" v-model="ScenicArraySingle" filterable @change="setDefaultScenic">
<el-option v-for="(item,index) in dayObj.ScenicArray" :label="item.CouponsName"
:value="item.CouponsId" :key="index">
<el-option v-for="(item,index) in dayObj.ScenicArray" :label="item.CouponsName" :value="item.CouponsId"
:key="index">
</el-option>
</el-select>
</div>
......@@ -242,7 +244,6 @@
v-bind:referenceList="DefaultList"></my-edit>
</div>
</div>
</div>
<div class="TC-warmTips TC-Comtitlediv TC-warmText" v-if="dayObj.isRead" :class="{'showOther':TeamType==3}">
<div class="TC-SpecialInstruction clearfix" style="margin: 0;">
<div class="TC-leftTitle">温馨提示</div>
......
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