[update] 部门管理左侧搜索结果只有一条数据的时候不显示bug

This commit is contained in:
lideqin
2024-04-15 11:24:44 +08:00
parent 2671f18703
commit afdb1ca0fd
+5 -1
View File
@@ -17,7 +17,7 @@
<div style="background: #fff;padding-left:16px;height: 100%; margin-top: 5px">
<a-input-search @search="onSearch" style="width:100%;margin-top: 10px" :placeholder="$t('depart.enterDepartmentName')" />
<!-- -->
<a-col :md="10" :sm="24">
<a-col :md="10" :sm="24" class="dropdown-tree">
<template>
<a-dropdown :trigger="[this.dropTrigger]" @visibleChange="dropStatus">
<span style="user-select: none">
@@ -616,4 +616,8 @@ export default {
background: #fff;
border-radius: 0 0 2px 2px;
}
.dropdown-tree {
padding-bottom: 30px;
}
</style>