标准库 - 高级检索 - 多选字段没有对齐

This commit is contained in:
yanyizhou
2021-12-22 19:41:10 +08:00
parent 4bf9f0b8e8
commit 5be20e2fba
2 changed files with 8 additions and 0 deletions
@@ -1680,6 +1680,7 @@
<template> <template>
<custom-select-array <custom-select-array
:key="applyArcticOptions.options" :key="applyArcticOptions.options"
style="margin-left: -14px"
:config="applyArcticOptions" :config="applyArcticOptions"
v-model="sarStandardsSearch['applyArctic']" v-model="sarStandardsSearch['applyArctic']"
></custom-select-array> ></custom-select-array>
@@ -1697,6 +1698,7 @@
<template> <template>
<custom-select-array <custom-select-array
:key="syrzOptions.options" :key="syrzOptions.options"
style="margin-left: -14px"
:config="syrzOptions" :config="syrzOptions"
v-model="advanceSearchMapping['SYRZ']" v-model="advanceSearchMapping['SYRZ']"
></custom-select-array> ></custom-select-array>
@@ -1771,6 +1773,7 @@
<custom-select-array <custom-select-array
:key="nylxOptions.options" :key="nylxOptions.options"
:config="nylxOptions" :config="nylxOptions"
style="margin-left: -14px"
v-model="advanceSearchMapping['NYLX']" v-model="advanceSearchMapping['NYLX']"
></custom-select-array> ></custom-select-array>
</template> </template>
@@ -1788,6 +1791,7 @@
<custom-select-array <custom-select-array
:key="sycpxOptions.options" :key="sycpxOptions.options"
:config="sycpxOptions" :config="sycpxOptions"
style="margin-left: -14px"
v-model="advanceSearchMapping['SYCPX']" v-model="advanceSearchMapping['SYCPX']"
></custom-select-array> ></custom-select-array>
</template> </template>
@@ -619,6 +619,7 @@
<custom-select-array <custom-select-array
:key="applyArcticOptions.options" :key="applyArcticOptions.options"
:config="applyArcticOptions" :config="applyArcticOptions"
style="margin-left: -14px"
v-model="sarStandardsSearch['applyArctic']" v-model="sarStandardsSearch['applyArctic']"
></custom-select-array> ></custom-select-array>
</template> </template>
@@ -636,6 +637,7 @@
<custom-select-array <custom-select-array
:key="sycpxOptions.options" :key="sycpxOptions.options"
:config="sycpxOptions" :config="sycpxOptions"
style="margin-left: -14px"
v-model="advanceSearchMapping['SYCPX']" v-model="advanceSearchMapping['SYCPX']"
></custom-select-array> ></custom-select-array>
</template> </template>
@@ -705,6 +707,7 @@
<custom-select-array <custom-select-array
:key="nylxOptions.options" :key="nylxOptions.options"
:config="nylxOptions" :config="nylxOptions"
style="margin-left: -14px"
v-model="advanceSearchMapping['NYLX']" v-model="advanceSearchMapping['NYLX']"
></custom-select-array> ></custom-select-array>
</template> </template>
@@ -721,6 +724,7 @@
<custom-select-array <custom-select-array
:key="syrzOptions.options" :key="syrzOptions.options"
:config="syrzOptions" :config="syrzOptions"
style="margin-left: -14px"
v-model="advanceSearchMapping['SYRZ']" v-model="advanceSearchMapping['SYRZ']"
></custom-select-array> ></custom-select-array>
</template> </template>