Commit a8edb351 authored by zhengke's avatar zhengke

修改显示

parent 5640cc56
......@@ -168,7 +168,7 @@
}
.hotelmanagement .hotelBtn {
width: 80px;
width: 50px;
height: 28px;
border-radius: 14px;
color: #fff;
......@@ -176,10 +176,6 @@
background-color: #f76f6f;
}
.hotelmanagement .hotelBtn:first-child {
margin-right: 19px;
}
.hotelmanagement .w150 .el-input {
width: 150px;
}
......@@ -336,8 +332,8 @@
</div>
<div class="btnList">
<button @click="goSubInfo('HotelInfo',item.ID)" class="hotelBtn">{{$t('pub.updateMsg')}}</button>
<button @click="CopyHotel(item.ID)" class="hotelBtn">复制酒店</button>
<button v-if="IsHotelPriceStock==1" @click="goUrl('HotelProductManage2',item)" class="hotelBtn">{{$t('ground.baojiayukucun')}}</button>
<button @click="CopyHotel(item.ID)" class="hotelBtn">复制</button>
<button v-if="IsHotelPriceStock==1" style="width:80px;" @click="goUrl('HotelProductManage2',item)" class="hotelBtn">{{$t('ground.baojiayukucun')}}</button>
</div>
</div>
</div>
......
......@@ -155,7 +155,7 @@
}
.scenicSpotList .hotelBtn {
width: 80px;
width: 60px;
height: 28px;
background: #f76f6f;
border-radius: 14px;
......@@ -163,10 +163,6 @@
cursor: pointer;
}
.scenicSpotList .hotelBtn:first-child {
margin-right: 19px;
}
.scenicSpotList .w150 .el-input {
width: 150px !important;
}
......@@ -319,7 +315,7 @@
</el-tooltip>
<div class="btnList">
<button @click="goUrl('scenicSpotInfoManage',item.ID)" class="hotelBtn">{{$t('pub.updateMsg')}}</button>
<button @click="CopyScenic(item.ID)" class="hotelBtn">复制景点</button>
<button @click="CopyScenic(item.ID)" class="hotelBtn">复制</button>
<button @click="goUrlT('ticketManagement',item.ID)" class="hotelBtn">{{$t('scen.sc_piao')}}</button>
</div>
</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