@import "~antd/lib/style/themes/default.less"; :global{ .PartmentSelect { color: #333; .ant-tree-switcher-noop{ background:url(); background-size: 11px 14px; } .PartmentSelect-list-item{ position: relative; height:20px; line-height: 20px; margin-bottom: 16px; .anticon-close-circle-o{ position: absolute; right: 0px; top:5px; font-size:10px; color: #D8D8D8; } } .PartmentSelect-box{ overflow: hidden; display: flex; flex-direction: row; .SelectUser{ height: 380px; } .PartmentSelect-wrap{ display: flex; box-sizing: border-box; padding: 16px; width: 318px; height: 380px; border-radius: 6px; border:1px solid #d9d9d9; float: left; flex-direction: column; .tree-box{ flex: 1; overflow: scroll; } } .PartmentSelect-wrap-selected{ margin-left: 16px; } } .PartmentSelect-title{ h2{ display: inline-block; width: 50%; font-size: 14px; color: #333; line-height: 1; margin: 0; padding-bottom: 16px; } } .ant-modal-header{ background: #F5F9FF; border-bottom: 0; .ant-modal-title{ text-align: center; color: #333333; } } .ant-modal-footer{ text-align: center; border-top: 0; padding-top: 0; padding-bottom: 16px; } } }