Commit 0544929e authored by youjie's avatar youjie

no message

parent e7419af5
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
<!-- 购物车 --> <!-- 购物车 -->
<ListCar v-if="rightCarOpen" @close="close" @success="success" @editor="editor"></ListCar> <ListCar v-if="rightCarOpen" @close="close" @success="success" @editor="editor"></ListCar>
<!-- 酒店详情信息 --> <!-- 酒店详情信息 -->
<el-dialog custom-class="w700" title="酒店详情" :visible.sync="showHotelDetails" center @close="close"> <el-dialog custom-class="w800" title="酒店详情" :visible.sync="showHotelDetails" center @close="close">
<hotelDetails :hotelId="HotelDetailId"></hotelDetails> <hotelDetails :hotelId="HotelDetailId"></hotelDetails>
</el-dialog> </el-dialog>
</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