From e955287ac83d12c1545db512d9af7ed5a15db21c Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期一, 10 五月 2021 15:05:47 +0800 Subject: [PATCH] 管线搜索弹框整体调整 --- src/components/table/Public.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/table/Public.vue b/src/components/table/Public.vue index 5193020..fec41b2 100644 --- a/src/components/table/Public.vue +++ b/src/components/table/Public.vue @@ -1,5 +1,6 @@ <template> - <div class="report-bounced map-background" v-drag> + <div class="report-bounced map-background"> +<!-- <div class="report-bounced map-background" v-drag>--> <div class="public-bounced-title"> <slot name='title'></slot> </div> @@ -23,8 +24,8 @@ .report-bounced { z-index: 2000; position: fixed; - top: 35%; - left: 35%; + top: 15%; + left: 5%; .public-bounced-title { text-align: center; -- Gitblit v1.8.0