MrShi
2024-11-22 ba5f8ce99b414a89d1e21a650321bf373773e7ae
company/src/components/business/allocateEnterprises.vue
@@ -3,7 +3,7 @@
        class="menu-config-dialog"
        :visible.sync="visible"
        :confirm-working="isWorking"
        width="576px"
        width="800px"
        title="分配服务企业"
        @confirm="confirm"
    >
@@ -93,7 +93,11 @@
    }
  }
</script>
<style>
    .el-transfer-panel {
        width: 300px !important;
    }
</style>
<style scoped lang="scss">
    @import "@/assets/style/variables.scss";
    .global-window {