wangting
2023-08-11 e9a8d94454583645a194a7837ec6be495226eb04
修改页面展示
已修改3个文件
12 ■■■■■ 文件已修改
Source/UBCS-WEB/src/views/integration/applicationForm.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/integration/integrationIndex.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/integration/systemInfo.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/integration/applicationForm.vue
@@ -29,6 +29,7 @@
            stateParam: {},
            option: {
                height: "auto",
                tip:false,
                index: true,
                border: true,
                addBtn: false,
@@ -172,4 +173,4 @@
        },
    }
}
</script>
</script>
Source/UBCS-WEB/src/views/integration/integrationIndex.vue
@@ -47,8 +47,8 @@
                            </template>
                        </avue-crud>
                    </el-card>
                    <el-card :style="{ marginTop: '20px' }">
                        <avue-crud :data="rangeData" :option="optinoRange" ref="crudRange" @row-update="handleUpdate"
                    <el-card :style="{ marginTop: '20px'}">
                        <avue-crud :style="{ marginTop: '-20px'}" :data="rangeData" :option="optinoRange" ref="crudRange" @row-update="handleUpdate"
                            @row-dblclick="handleRowClick">
                        </avue-crud>
                    </el-card>
@@ -439,4 +439,4 @@
::v-deep(.el-transfer-panel) {
    width: 270px;
}
</style>
</style>
Source/UBCS-WEB/src/views/integration/systemInfo.vue
@@ -46,6 +46,7 @@
            data: [],
            option: {
                height: "auto",
              tip:false,
                border: true,
                align: 'center',
                menuAlign: 'center',
@@ -231,4 +232,4 @@
::v-deep(.avue-crud .el-select) {
    width: 100px !important;
}
</style>
</style>