From 315dc0b82a482a3d145009c8f25c20e87da681d5 Mon Sep 17 00:00:00 2001 From: ChenZeping <chenzeping> Date: 星期一, 10 五月 2021 17:05:55 +0800 Subject: [PATCH] 企业应急 --- src/components/table/Public.vue | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/table/Public.vue b/src/components/table/Public.vue index 5193020..e0da037 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> @@ -11,8 +12,8 @@ <script> -// 寮曞叆鎷栨嫿 -import '@/utils/dragBoxes' +// 寮规澶撮儴鎷栨嫿 +// import '@/utils/dragBoxes' export default { name: 'Public' @@ -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