From 731d894cf232d98b547df2bd006795de74fb16a7 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期四, 09 二月 2023 15:05:10 +0800 Subject: [PATCH] 数据管理样式修改 --- src/views/datamanage/projectManage.vue | 24 +++++++++--------------- 1 files changed, 9 insertions(+), 15 deletions(-) diff --git a/src/views/datamanage/projectManage.vue b/src/views/datamanage/projectManage.vue index 8ba403e..cbbe5fe 100644 --- a/src/views/datamanage/projectManage.vue +++ b/src/views/datamanage/projectManage.vue @@ -124,9 +124,9 @@ style="margin-top: 10px" class="pagination_box" > - + </div> - + </div> </div> </div> @@ -143,7 +143,7 @@ width="60%" :title="$t('dataManage.projectObj.location')" :visible.sync="innerVisible" - append-to-body + :modal="false" :before-close="innerClose" > <div style="height: 540px"> @@ -320,9 +320,9 @@ this.editFrom.country = val; } else if (key == "鐪�") { this.editFrom.province = val; - }else if (key == "甯�") { + } else if (key == "甯�") { this.editFrom.location = val; - } + } } } this.editFrom.geom = this.$store.state.projeOl; @@ -393,7 +393,7 @@ this.$message.error('鍒楄〃鑾峰彇澶辫触'); return; } - + // this.count = data.result; this.count1 = data.count; this.dbTableData = data.result; @@ -441,7 +441,7 @@ .verSion_leftTree { width: 15%; height: 91%; - + border-radius: 5px; padding: 1%; @@ -450,7 +450,7 @@ .verSion_rightContent { width: 80%; height: 91%; - + border-radius: 5px; padding: 1%; overflow-y: auto; @@ -459,7 +459,7 @@ height: 46px; padding: 12px 12px; font-size: 14px; - + border-bottom: 1px solid white; line-height: 46px; } @@ -477,12 +477,6 @@ width: 600px; } } - - - - - } - </style> > -- Gitblit v1.9.3