修改禅道已知bug
This commit is contained in:
@@ -59,6 +59,7 @@
|
|||||||
<a-select
|
<a-select
|
||||||
mode="multiple"
|
mode="multiple"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
|
class="selectUserRole"
|
||||||
:placeholder="$t('selectUserRole')"
|
:placeholder="$t('selectUserRole')"
|
||||||
optionFilterProp="children"
|
optionFilterProp="children"
|
||||||
v-model="selectedRole"
|
v-model="selectedRole"
|
||||||
@@ -736,4 +737,9 @@
|
|||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 0 0 2px 2px;
|
border-radius: 0 0 2px 2px;
|
||||||
}
|
}
|
||||||
|
</style>
|
||||||
|
<style>
|
||||||
|
.selectUserRole .ant-select-selection--multiple {
|
||||||
|
height: 100px!important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user