From 7fc39e1acd7e8e436eae76250399a64179428620 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 21 Nov 2024 12:21:02 +0800
Subject: [PATCH] 应急空间点击显示图片
---
src/views/space/components/leftContainer.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/views/space/components/leftContainer.vue b/src/views/space/components/leftContainer.vue
index 394af46..a75818f 100644
--- a/src/views/space/components/leftContainer.vue
+++ b/src/views/space/components/leftContainer.vue
@@ -71,6 +71,10 @@
</template>
<style lang="scss" scoped>
+.left-container {
+ width: 64px;
+}
+
.cur-container {
background: transparent;
pointer-events: none;
--
Gitblit v1.9.3