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