From d80d032784216bc4a61692476947ab36f53788d7 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期一, 04 九月 2023 10:18:17 +0800 Subject: [PATCH] 在线制图修改,管理修改 --- src/views/export/exportList.vue | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/views/export/exportList.vue b/src/views/export/exportList.vue index 0d23c8b..7f12222 100644 --- a/src/views/export/exportList.vue +++ b/src/views/export/exportList.vue @@ -25,8 +25,13 @@ defineEmits, } from "vue"; import { User, Lock } from "@element-plus/icons-vue"; +import { useStore } from "vuex"; // 寮曞叆useStore 鏂规硶 + +const store = useStore(); // 璇ユ柟娉曠敤浜庤繑鍥瀞tore 瀹炰緥 const emits = defineEmits(["SETspatialClose"]); -const setSpatialClose = () => {}; +const setSpatialClose = () => { + store.state.setExportList = false; +}; </script> <style lang="less" scoped> @@ -35,11 +40,11 @@ height: 400px; display: flex; position: absolute; - bottom: 5%; - right: 5%; + bottom: 10px; + right: 50px; background: rgba(7, 8, 14, 0.8); border: 1px solid #d6e4ff; - z-index: 10; + z-index: 50; box-shadow: inset 0px 10px 40px 10px rgba(38, 47, 71, 1); .exportTitle { padding: 10px; -- Gitblit v1.9.3