mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 09:43:32 +00:00
perf: ldap导入用户列表-组织下拉框设置最大宽度
This commit is contained in:
committed by
Jiangjie.Bai
parent
8ea990d070
commit
c6cf6571b6
@@ -18,7 +18,7 @@
|
||||
<div slot="footer">
|
||||
<span class="org-select">
|
||||
<span class="label">{{ $tc('common.ImportOrg') }}:</span>
|
||||
<Select2 ref="select2" v-model="select2.value" v-bind="select2" />
|
||||
<Select2 ref="select2" v-model="select2.value" v-bind="select2" popper-class="select-org-dropdown" />
|
||||
</span>
|
||||
<el-button type="primary" size="small" :loading="dialogLdapUserImportLoginStatus" @click="importUserClick">{{ $t('common.Import') }}</el-button>
|
||||
<el-button
|
||||
@@ -157,6 +157,12 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.el-select-dropdown.select-org-dropdown {
|
||||
max-width: 300px!important;
|
||||
}
|
||||
</style>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.org-select {
|
||||
float: left;
|
||||
|
Reference in New Issue
Block a user