bb72749e by lihua

解决策略信息的样式问题

1 parent 721064c5
......@@ -108,7 +108,7 @@
<el-option v-for="opt in limitStateOptionList" :key="opt['value']" :label="opt['label']"
:value="opt['value']" />
</el-select>
<el-cascader v-else-if="!isLook && productFieldList != null && scope.row.constraintEnName == 'areaAddress'"
<el-cascader v-else-if="!isLook && productFieldList != null && scope.row.constraintEnName == 'areaAddress'" style="width: 100%;"
v-model="scope.row['constraintAddressValue']" :props="addressProps" :show-all-levels="true" :clearable="true"
show-checked-strategy="parent" :filterable="true" :collapse-tags="true" :collapse-tags-tooltip="true"
:max-collapse-tags="1" :options="parentAreaData" :disabled="false"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!