穿梭框细节调整

dev-scheduling
姜雪 3 weeks ago
parent fe2ab20d70
commit d416094521
  1. 4
      src/views/basicData/warehouseMaintenance.vue

@ -667,9 +667,9 @@ export default {
min-height: 500px; min-height: 500px;
::v-deep .tree-transfer-vue3 { ::v-deep .tree-transfer-vue3 {
height: calc(100vh - 54px - 40px - 40px - 56px - 37px - 140px) !important; height: calc(100vh - 54px - 40px - 56px - 37px - 140px) !important;
min-height: 320px !important; min-height: 320px !important;
max-height: calc(100vh - 54px - 40px - 40px - 56px - 37px - 140px) !important; max-height: calc(100vh - 54px - 40px - 56px - 37px - 140px) !important;
.el-tree { .el-tree {
height: 100% !important; height: 100% !important;

Loading…
Cancel
Save