feat:完善功能
This commit is contained in:
@@ -72,8 +72,8 @@
|
||||
</div>
|
||||
<div class="desc-box">
|
||||
<title2 title="酒店简介" />
|
||||
<div class="desc-content" v-html="info?.introduction"></div>
|
||||
<div class="desc-container">
|
||||
<div class="desc-content" v-html="info?.introduction"></div>
|
||||
<div>
|
||||
<el-carousel indicator-position="outside">
|
||||
<el-carousel-item v-for="item in info?.banner" :key="item">
|
||||
@@ -214,6 +214,8 @@
|
||||
padding: vh(20) vw(20) 0 vw(20);
|
||||
}
|
||||
&-content {
|
||||
margin: vh(20) 0 0 vw(20);
|
||||
padding-right: vw(20);
|
||||
overflow-y: auto;
|
||||
height: vh(200);
|
||||
font-weight: 400;
|
||||
|
||||
Reference in New Issue
Block a user