ludc
2023-12-19 48bc3a659138b64632a9abcef0118bb83579e36d
Source/UBCS-WEB/src/views/integration/integrationIndex.vue
@@ -425,28 +425,27 @@
}
</script>
<style lang="scss" scoped>
.setstyle {
  min-height: 200px;
  padding: 0 !important;
  margin: 0;
  overflow: auto;
  cursor: default !important;
}
  .setstyle {
    min-height: 200px;
    padding: 0 !important;
    margin: 0;
    overflow: auto;
    cursor: default !important;
  }
::v-deep(.el-transfer-panel__list) {
  width: 100%;
  height: 370px;
}
::v-deep(.el-transfer-panel__body) {
  height: 370px;
}
::v-deep(.el-input) {
  width: auto;
}
::v-deep(.el-transfer-panel) {
  width: 270px;
}
  ::v-deep{
    .el-transfer-panel__list {
      width: 100%;
      height: 370px;
    }
    .el-transfer-panel__body {
      height: 370px;
    }
    .el-input {
      width: auto;
    }
    .el-transfer-panel {
      width: 270px;
    }
  }
</style>