吉安感知网项目-前端
罗广辉
2026-01-26 2c551a8dafb83546ce2f75667b2888033bbb99dd
feat: 滚动条
2 files modified
8 ■■■■ changed files
applications/task-work-order/src/views/orderView/orderManage/inspectionRequest/ViewDiaLog.vue 4 ●●●● patch | view | raw | blame | history
applications/task-work-order/src/views/orderView/orderManage/orderManage/FormDiaLog.vue 4 ●●●● patch | view | raw | blame | history
applications/task-work-order/src/views/orderView/orderManage/inspectionRequest/ViewDiaLog.vue
@@ -510,7 +510,7 @@
.content {
    display: flex;
    gap: 0 20px;
    height: 900px;
    height: 680px;
    .leftBox {
        width: 920px;
@@ -520,7 +520,7 @@
        flex-direction: column;
        .gd-cesium {
            width: 100%;
            min-height: 400px;
            min-height: 380px;
            flex: 1;
        }
    }
applications/task-work-order/src/views/orderView/orderManage/orderManage/FormDiaLog.vue
@@ -610,7 +610,7 @@
.content {
    display: flex;
    gap: 0 20px;
    height: 900px;
    height: 680px;
    .leftBox {
        width: 0;
@@ -621,7 +621,7 @@
        .gd-cesium {
            width: 100%;
            min-height: 400px;
            min-height: 380px;
            flex: 1;
        }
    }