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