|
@@ -878,7 +878,7 @@ const handleSelect = (item: any) => {
|
|
|
|
|
|
.transfer-container {
|
|
.transfer-container {
|
|
text-align: center;
|
|
text-align: center;
|
|
- padding: 20px 0;
|
|
|
|
|
|
+ padding: 0px 0;
|
|
}
|
|
}
|
|
|
|
|
|
/* 3. 直接调整 el-transfer 左右窗口的宽度 */
|
|
/* 3. 直接调整 el-transfer 左右窗口的宽度 */
|
|
@@ -892,11 +892,15 @@ const handleSelect = (item: any) => {
|
|
}
|
|
}
|
|
|
|
|
|
:deep(.el-transfer-panel__item) {
|
|
:deep(.el-transfer-panel__item) {
|
|
|
|
+ display: flex !important;
|
|
|
|
+ align-items: center !important;
|
|
|
|
+ height: 32px !important;
|
|
|
|
+ line-height: 32px !important;
|
|
|
|
+ padding: 0 8px !important;
|
|
|
|
+ margin: 0 !important;
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
- max-width: 100%;
|
|
|
|
- padding: 6px 6px;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
.transfer-option-text {
|
|
.transfer-option-text {
|