Commit 6ea35b41 authored by 黄媛媛's avatar 黄媛媛

update

parent 6f7f0e04
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
.hotelmanagement .resourceList { .hotelmanagement .resourceList {
width: 215px; width: 215px;
height: 320px; height: 350px;
background-color: #fff; background-color: #fff;
border: 1px dashed #ededed; border: 1px dashed #ededed;
border-radius: 4px; border-radius: 4px;
...@@ -330,9 +330,10 @@ ...@@ -330,9 +330,10 @@
</el-tooltip> </el-tooltip>
</div> </div>
</div> </div>
<div style="display:none"> <div style="padding-left:15px">
操作人:{{item.UpdateName}} <p>操作人:{{item.UpdateName}}</p>
操作时间:{{item.UpdateTimeStr}} <p>操作时间:{{item.UpdateTimeStr}}</p>
</div> </div>
<div class="btnList"> <div class="btnList">
<button @click="goSubInfo('HotelInfo',item.ID)" class="hotelBtnMan">{{$t('pub.updateMsg')}}</button> <button @click="goSubInfo('HotelInfo',item.ID)" class="hotelBtnMan">{{$t('pub.updateMsg')}}</button>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
.restaurantList .resourceList { .restaurantList .resourceList {
width: 215px; width: 215px;
height: 288px; height: 330px;
background-color: #fff; background-color: #fff;
border: 1px dashed #ededed; border: 1px dashed #ededed;
border-radius: 4px; border-radius: 4px;
...@@ -146,7 +146,6 @@ ...@@ -146,7 +146,6 @@
} }
.restaurantList .btnList { .restaurantList .btnList {
margin-top: 16px;
text-align: center; text-align: center;
} }
...@@ -336,9 +335,10 @@ ...@@ -336,9 +335,10 @@
<div>{{$t('restaurant.res_advanceDays')}}</div> <div>{{$t('restaurant.res_advanceDays')}}</div>
</div> </div>
</div> </div>
<div style="display:none"> <div style="padding:0 0 10px 15px;margin-top: -5px;">
操作人:{{item.UpdateName}} <p>操作人:{{item.UpdateName}}</p>
操作时间:{{item.UpdateTimeStr}} <p>操作时间:{{item.UpdateTimeStr}}</p>
</div> </div>
<div class="btnList"> <div class="btnList">
<button @click="goSubInfo('restaurantInfoManage',item.ID)" class="hotelBtn">{{$t('pub.updateMsg')}}</button> <button @click="goSubInfo('restaurantInfoManage',item.ID)" class="hotelBtn">{{$t('pub.updateMsg')}}</button>
......
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
} }
.scenicSpotList .btnList { .scenicSpotList .btnList {
margin-top: 20px; margin-top: 10px;
text-align: center; text-align: center;
} }
...@@ -313,9 +313,10 @@ ...@@ -313,9 +313,10 @@
<el-tooltip class="item" effect="dark" :content="item.Name" placement="top-start" popper-class="max-w250"> <el-tooltip class="item" effect="dark" :content="item.Name" placement="top-start" popper-class="max-w250">
<div class="hotelTitle">{{item.Name}}</div> <div class="hotelTitle">{{item.Name}}</div>
</el-tooltip> </el-tooltip>
<div style="display:none;"> <div style="padding-left:15px">
操作人:{{item.UpdateName}} <p>操作人:{{item.UpdateName}}</p>
操作时间:{{item.UpdateTimeStr}} <p>操作时间:{{item.UpdateTimeStr}}</p>
</div> </div>
<div class="btnList"> <div class="btnList">
<button @click="goUrl('scenicSpotInfoManage',item.ID)" class="hotelBtn">{{$t('pub.updateMsg')}}</button> <button @click="goUrl('scenicSpotInfoManage',item.ID)" class="hotelBtn">{{$t('pub.updateMsg')}}</button>
......
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