修改平台件项目中条目详情应显示被引用的车型项目列表
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div class="box-stand-select">
|
||||||
<a-select
|
<a-select
|
||||||
class="box-input-select"
|
class="box-input-select"
|
||||||
v-model="arrayValue"
|
v-model="arrayValue"
|
||||||
@@ -372,7 +372,7 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
.box-title-text .ant-select-dropdown--multiple {
|
.box-stand-select .ant-select-dropdown--multiple {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user