From 421087f05bbcee88211f2b95afd4843da521998b Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Tue, 22 Jul 2025 16:02:58 +0800
Subject: [PATCH] 1

---
 src/components/elalert.vue |   19 ++-----------------
 1 files changed, 2 insertions(+), 17 deletions(-)

diff --git a/src/components/elalert.vue b/src/components/elalert.vue
index 82a2d5e..275f6df 100644
--- a/src/components/elalert.vue
+++ b/src/components/elalert.vue
@@ -65,23 +65,8 @@
 </script>
 <style scoped lang="less">
 /* @import url(); 引入css类 */
-/deep/.el-alert{
-  width: 70%!important;
-  height: 1rem!important;
-  position: absolute!important;
-  top: 0!important;
-  bottom: 0!important;
-  left: 0!important;
-  right: 0!important;
-  margin: auto!important;
-  font-size: 0.3rem!important;
-}
-/deep/.el-alert__title{
-  font-size: 0.3rem!important;
-}
-/deep/.el-icon-close::before{
-    display: none;
-}
+
+
 .tit {
     width: 1rem;
     height: 1rem;

--
Gitblit v1.9.3