feat:完善功能

This commit is contained in:
zjc
2025-03-05 14:02:36 +08:00
parent 69de146b57
commit 21cb9b04ca
3 changed files with 10 additions and 75 deletions

View File

@@ -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;