| | |
| | | </a-spin> |
| | | <!--底部父子关联操作和确认取消按钮--> |
| | | <template slot="footer" v-if="treeOpera && multi"> |
| | | <div class="drawer-bootom-button"> |
| | | <div class="drawer-bottom-button"> |
| | | <a-dropdown style="float: left" :trigger="['click']" placement="topCenter"> |
| | | <a-menu slot="overlay"> |
| | | <a-menu-item key="1" @click="switchCheckStrictly(1)">父子关联</a-menu-item> |
| | |
| | | // 限制部门选择树高度,避免部门太多时点击确定不便 |
| | | .my-dept-select-tree{ |
| | | height:350px; |
| | | |
| | | |
| | | &.fullscreen{ |
| | | height: calc(100vh - 250px); |
| | | } |
| | | overflow-y: scroll; |
| | | } |
| | | .drawer-bootom-button { |
| | | .drawer-bottom-button { |
| | | position: absolute; |
| | | bottom: 0; |
| | | width: 100%; |