|
@@ -8,7 +8,7 @@
|
|
|
{{ departmentName && departmentName.length > 6 ? departmentName.substring(0, 11) + '...' : departmentName }}
|
|
|
<i class="el-icon-arrow-down el-icon--right" />
|
|
|
</span>
|
|
|
- <el-dropdown-menu slot="dropdown">
|
|
|
+ <el-dropdown-menu slot="dropdown" class="dropTeam">
|
|
|
<div class="team-val">组织结构</div>
|
|
|
<el-cascader-panel v-model="searchForm.deptCodes" :props="{ multiple: true }" :options="department" @change="changeArchitecture" />
|
|
|
<div class="team-val">自定义团队</div>
|
|
@@ -732,14 +732,17 @@ export default {
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
@import '@/styles/detail-pages.scss';
|
|
|
-// .bg-team {
|
|
|
+.dropTeam {
|
|
|
// .teamDrop {
|
|
|
// /deep/ .el-dropdown-menu__item {
|
|
|
// max-width: none;
|
|
|
// overflow: inherit;
|
|
|
// }
|
|
|
// }
|
|
|
-// }
|
|
|
+ /deep/.el-scrollbar__wrap {
|
|
|
+ margin: 0!important;
|
|
|
+ }
|
|
|
+}
|
|
|
|
|
|
/deep/.el-cascader-menu__wrap {
|
|
|
overflow: inherit;
|