酒店接口对接 bug修改
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
legend: {
|
||||
show: true,
|
||||
x: 'center',
|
||||
y: '74%',
|
||||
y: '64%',
|
||||
itemHeight: fitChartSize(12),
|
||||
itemWidth: fitChartSize(12),
|
||||
itemGap: fitChartSize(6),
|
||||
|
||||
Reference in New Issue
Block a user