Commit ad143b41 authored by zhengke's avatar zhengke

修改样式

parent bb42404b
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
} }
.hotelmanagement .btnList { .hotelmanagement .btnList {
margin-top: 16px; margin-top: 12px;
text-align: center; text-align: center;
} }
...@@ -330,9 +330,9 @@ ...@@ -330,9 +330,9 @@
</el-tooltip> </el-tooltip>
</div> </div>
</div> </div>
<div style="padding-left:15px"> <div style="padding-left:15px;padding-top:5px;">
<i style="top:2px" class="iconfont icon-renyuanguanli"></i> <i style="top:2px" class="iconfont icon-renyuanguanli"></i>
<span v-if="item.UpdateName && item.UpdateName!=''">{{item.UpdateName}}/</span> <span v-if="item.UpdateName && item.UpdateName!=''">{{item.UpdateName}}</span>
{{item.UpdateTimeStr}} {{item.UpdateTimeStr}}
</div> </div>
<div class="btnList"> <div class="btnList">
......
...@@ -335,9 +335,9 @@ ...@@ -335,9 +335,9 @@
<div>{{$t('restaurant.res_advanceDays')}}</div> <div>{{$t('restaurant.res_advanceDays')}}</div>
</div> </div>
</div> </div>
<div style="padding:0 0 10px 15px;margin-top: -5px;"> <div style="padding:0 0 15px 15px;margin-top: -5px;">
<i class="iconfont icon-renyuanguanli"></i> <i class="iconfont icon-renyuanguanli"></i>
<span v-if="item.UpdateName && item.UpdateName!=''">{{item.UpdateName}}/</span> <span v-if="item.UpdateName && item.UpdateName!=''">{{item.UpdateName}}</span>
{{item.UpdateTimeStr}} {{item.UpdateTimeStr}}
</div> </div>
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
.scenicSpotList .resourceList { .scenicSpotList .resourceList {
width: 215px; width: 215px;
height: 240px;
background-color: #fff; background-color: #fff;
border: 1px dashed #ededed; border: 1px dashed #ededed;
border-radius: 4px; border-radius: 4px;
...@@ -150,7 +149,7 @@ ...@@ -150,7 +149,7 @@
} }
.scenicSpotList .btnList { .scenicSpotList .btnList {
margin-top: 10px; padding:10px 0 20px 0;
text-align: center; text-align: center;
} }
...@@ -313,11 +312,10 @@ ...@@ -313,11 +312,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="padding-left:15px"> <div style="padding-left:15px;margin:10px 0;">
<i style="top: 1px;position: relative;" class="iconfont icon-renyuanguanli"></i> <i style="top: 1px;position: relative;" class="iconfont icon-renyuanguanli"></i>
<span v-if="item.UpdateName && item.UpdateName!=''">{{item.UpdateName}}/</span> <span v-if="item.UpdateName && item.UpdateName!=''">{{item.UpdateName}}</span>
{{item.UpdateTimeStr}} {{item.UpdateTimeStr}}
</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