酒店接口对接 bug修改

This commit is contained in:
duanliang
2025-03-21 10:58:42 +08:00
parent a955e27665
commit a49b10e3fa
6 changed files with 653 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="select">
<el-select v-model="modelValue" clearable :placeholder="label" @change="onChange">
<el-select size="mini" v-model="modelValue" clearable :placeholder="label" @change="onChange">
<el-option v-for="item in options" :key="item.id" :label="item.ssname" :value="item.id" />
</el-select>
</div>
@@ -29,7 +29,7 @@
:deep(.el-select__wrapper) {
min-width: vw(180);
padding: vh(4) vw(20);
min-height: vh(30) !important;
height: vh(30) !important;
line-height: vh(30) !important;
font-size: vw(14) !important;
border-radius: vw(100) !important;