Commit a0ef0422 authored by zhengke's avatar zhengke

修改样式

parent bd7d0171
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
text-align: center; text-align: center;
} }
.hotelmanagement .hotelBtn { .hotelmanagement .hotelBtnMan {
width: 50px; width: 50px;
height: 28px; height: 28px;
border-radius: 14px; border-radius: 14px;
...@@ -331,9 +331,9 @@ ...@@ -331,9 +331,9 @@
</div> </div>
</div> </div>
<div class="btnList"> <div class="btnList">
<button @click="goSubInfo('HotelInfo',item.ID)" class="hotelBtn">{{$t('pub.updateMsg')}}</button> <button @click="goSubInfo('HotelInfo',item.ID)" class="hotelBtnMan">{{$t('pub.updateMsg')}}</button>
<button @click="CopyHotel(item.ID)" class="hotelBtn">复制</button> <button @click="CopyHotel(item.ID)" class="hotelBtnMan">复制</button>
<button v-if="IsHotelPriceStock==1" style="width:80px;" @click="goUrl('HotelProductManage2',item)" class="hotelBtn">{{$t('ground.baojiayukucun')}}</button> <button v-if="IsHotelPriceStock==1" style="width:80px;" @click="goUrl('HotelProductManage2',item)" class="hotelBtnMan">{{$t('ground.baojiayukucun')}}</button>
</div> </div>
</div> </div>
</div> </div>
......
<style> <style>
.leftDayList { .ComTripList .leftDayList {
display: inline-block; display: inline-block;
width: 30px; width: 30px;
height: 100%; height: 100%;
vertical-align: top; vertical-align: top;
} }
.dayNum { .ComTripList .dayNum {
font-weight: bold; font-weight: bold;
font-size: 16px; font-size: 16px;
margin-left: -42px; margin-left: -42px;
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
display: block; display: block;
} }
.siteList { .ComTripList .siteList {
display: inline-block; display: inline-block;
position: relative; position: relative;
border-left: 2px solid #ebebec; border-left: 2px solid #ebebec;
...@@ -25,19 +25,19 @@ ...@@ -25,19 +25,19 @@
margin-left: 10px; margin-left: 10px;
} }
.Trip_Content { .ComTripList .Trip_Content {
margin-left: 100px; margin-left: 100px;
} }
.Trip_Content:first-child { .ComTripList .Trip_Content:first-child {
margin-top: 20px; margin-top: 20px;
} }
.Trip_Content:last-child { .ComTripList .Trip_Content:last-child {
margin-bottom: 20px; margin-bottom: 20px;
} }
.TC_circles { .ComTripList .TC_circles {
width: 18px; width: 18px;
height: 18px; height: 18px;
background: #fff; background: #fff;
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
top: 0; top: 0;
} }
.TripControl { .ComTripList .TripControl {
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
position: relative; position: relative;
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
margin-left: 30px; margin-left: 30px;
} }
.TripControl i { .ComTripList .TripControl i {
display: inline-block; display: inline-block;
width: 30px; width: 30px;
height: 30px; height: 30px;
...@@ -66,12 +66,12 @@ ...@@ -66,12 +66,12 @@
text-align: center; text-align: center;
} }
.TripControl i:hover { .ComTripList .TripControl i:hover {
background-color: #90b7ec; background-color: #90b7ec;
color: #fff; color: #fff;
} }
.addTrip { .ComTripList .addTrip {
width: 30px; width: 30px;
height: 30px; height: 30px;
color: #fff; color: #fff;
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
</style> </style>
<template> <template>
<div> <div class="ComTripList">
<div v-if="TripType==0"> <div v-if="TripType==0">
<quill-editor v-model="TripListArr[0].TravelContent" style="height:400px;"></quill-editor> <quill-editor v-model="TripListArr[0].TravelContent" style="height:400px;"></quill-editor>
</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