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/components/global/GlobalSearch.vue | 16 +---------------
1 files changed, 1 insertions(+), 15 deletions(-)
diff --git a/src/components/global/GlobalSearch.vue b/src/components/global/GlobalSearch.vue
index bdb3165..c5209d2 100644
--- a/src/components/global/GlobalSearch.vue
+++ b/src/components/global/GlobalSearch.vue
@@ -494,20 +494,6 @@
}
-.search-bar .search-cont-btn[data-v-4fa3a782] .el-button {
- background: none;
-}
-
-::v-deep .el-button {
- background-color: transparent;
- border-color: none;
- border: none;
- cursor: pointer;
- color: #edffff;
- background: rgba(135, 158, 199, 0.3);
- box-shadow: inset 0px 3px 7px 0px rgba(42, 138, 236, 0.95);
-}
-
::v-deep .el-date-editor {
width: 100%;
@@ -599,4 +585,4 @@
}
}
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3