| | |
| | | defineEmits, |
| | | } from "vue"; |
| | | import { User, Lock } from "@element-plus/icons-vue"; |
| | | import { useStore } from "vuex"; // 引入useStore 方法 |
| | | |
| | | const store = useStore(); // 该方法用于返回store 实例 |
| | | const emits = defineEmits(["SETspatialClose"]); |
| | | const setSpatialClose = () => {}; |
| | | const setSpatialClose = () => { |
| | | store.state.setExportList = false; |
| | | }; |
| | | </script> |
| | | |
| | | <style lang="less" scoped> |
| | |
| | | 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; |