From 21ddc9ec1b1b76d2ce20e512328e65acaf1af2bf Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期一, 16 一月 2023 10:35:15 +0800 Subject: [PATCH] 廊坊代码更新 --- src/views/datamanage/projectManage.vue | 21 ++++++++++----------- 1 files changed, 10 insertions(+), 11 deletions(-) diff --git a/src/views/datamanage/projectManage.vue b/src/views/datamanage/projectManage.vue index e3c0176..3c50ec4 100644 --- a/src/views/datamanage/projectManage.vue +++ b/src/views/datamanage/projectManage.vue @@ -35,7 +35,7 @@ </el-form-item> </el-form> <el-divider class="eldivider" /> - <div style="height: 82%; padding: 1%; overflow: auto"> + <div style="height: 80%; padding: 1%; overflow: auto"> <el-table ref="filterTable" :data="dbTableData" @@ -362,7 +362,7 @@ innerClose() { this.showMap = false; this.innerVisible = false; - debugger; + ; this.editFrom.geom = this.$store.state.projeOl; }, async insertEditFrom() { @@ -467,10 +467,9 @@ <style lang="less" scoped> //@import url(); 寮曞叆鍏叡css绫� .verSionBox { - height: 81%; - width: 97%; - position: absolute; - box-sizing: border-box; + height: 98%; + width: 98%; +padding: 1%; .verSionContent { width: 100%; height: 92%; @@ -478,16 +477,16 @@ justify-content: space-between; .verSion_leftTree { width: 15%; - height: 95%; + height: 91%; border: 1px solid white; border-radius: 5px; padding: 1%; - max-height: 670px; + overflow-y: auto; } .verSion_rightContent { width: 80%; - height: 95%; + height: 91%; border: 1px solid white; border-radius: 5px; padding: 1%; @@ -604,13 +603,13 @@ // 婊氬姩鏉″楂� .el-table__body-wrapper::-webkit-scrollbar { width: 5px; - height: 5px; + height: 10px; } .el-table__body-wrapper::-webkit-scrollbar { width: 5px; /*婊氬姩鏉″搴�*/ - height: 5px; + height: 10px; /*婊氬姩鏉¢珮搴�*/ } /*瀹氫箟婊氬姩鏉¤建閬� 鍐呴槾褰�+鍦嗚*/ -- Gitblit v1.9.3