From 413e771cf893e7374dbdacad25b3f5f8f6d46cb7 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期三, 16 十月 2024 15:39:49 +0800
Subject: [PATCH] fix: 泊车修改车位页面
---
src/App.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index e6031f0..ab61d34 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -11,4 +11,7 @@
.el-table th.gutter{
display: table-cell!important;
}
-</style>
\ No newline at end of file
+ .pswp{
+ display: none;
+ }
+</style>
--
Gitblit v1.9.1