修改平台件项目中条目详情应显示被引用的车型项目列表

This commit is contained in:
范强强
2023-10-24 13:51:41 +08:00
parent 10e1974a21
commit 2187a9676f
@@ -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;
} }