|
|
@@ -1,42 +1,44 @@
|
|
|
.inputSearch {
|
|
|
width: 95%;
|
|
|
}
|
|
|
-
|
|
|
-.modalContent {
|
|
|
- max-height: 63vh;
|
|
|
- padding: 0;
|
|
|
- overflow-y: auto;
|
|
|
- :global(.ant-transfer-operation > .ant-btn) {
|
|
|
- height: 20rem;
|
|
|
- padding: 0 5px;
|
|
|
- }
|
|
|
- :global(.ant-transfer-operation > .ant-btn-sm > .anticon) {
|
|
|
- display: none;
|
|
|
- }
|
|
|
- :global(.ant-transfer-operation > .ant-btn-sm > span:last-of-type) {
|
|
|
- margin: 0;
|
|
|
- -webkit-writing-mode: vertical-rl;
|
|
|
- writing-mode: vertical-rl;
|
|
|
- }
|
|
|
- .card {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
- padding: 1rem;
|
|
|
- word-wrap: break-word;
|
|
|
- background-color: #ffffff;
|
|
|
- background-clip: border-box;
|
|
|
- border: 1px solid rgba(0, 0, 0, 0.08);
|
|
|
- border-radius: 4px;
|
|
|
- box-shadow: 0 0 13px 0 rgba(74, 53, 107, 0.08);
|
|
|
- &:not(:last-of-type) {
|
|
|
- margin-bottom: 1rem;
|
|
|
+.modalContainer {
|
|
|
+ height: 50vh;
|
|
|
+ .modalContent {
|
|
|
+ max-height: 63vh;
|
|
|
+ padding: 0;
|
|
|
+ overflow-y: auto;
|
|
|
+ :global(.ant-transfer-operation > .ant-btn) {
|
|
|
+ height: 20rem;
|
|
|
+ padding: 0 5px;
|
|
|
+ }
|
|
|
+ :global(.ant-transfer-operation > .ant-btn-sm > .anticon) {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ :global(.ant-transfer-operation > .ant-btn-sm > span:last-of-type) {
|
|
|
+ margin: 0;
|
|
|
+ -webkit-writing-mode: vertical-rl;
|
|
|
+ writing-mode: vertical-rl;
|
|
|
+ }
|
|
|
+ .card {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ padding: 1rem;
|
|
|
+ word-wrap: break-word;
|
|
|
+ background-color: #ffffff;
|
|
|
+ background-clip: border-box;
|
|
|
+ border: 1px solid rgba(0, 0, 0, 0.08);
|
|
|
+ border-radius: 4px;
|
|
|
+ box-shadow: 0 0 13px 0 rgba(74, 53, 107, 0.08);
|
|
|
+ &:not(:last-of-type) {
|
|
|
+ margin-bottom: 1rem;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
|
|
|
-.modalFooter {
|
|
|
- padding: 1rem 1rem 0 1rem;
|
|
|
+ .modalFooter {
|
|
|
+ padding: 1rem 1rem 0 1rem;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.removeTreeSwitcher {
|