From 0ec1d94a52fb878098c3dda84e72f0f32b5ab9d2 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 20 Jan 2022 14:38:38 +0800
Subject: [PATCH] +隐藏全屏弹窗的标签栏,隐藏底部最左侧按钮
---
src/styles/mobile/popup.scss | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/styles/mobile/popup.scss b/src/styles/mobile/popup.scss
index b1c8595..3b283b5 100644
--- a/src/styles/mobile/popup.scss
+++ b/src/styles/mobile/popup.scss
@@ -510,3 +510,7 @@
border-radius: 5px;
padding: 4px 10px 5px;
}
+
+#mobilePopupOur .el-tabs__header {
+ display: none !important;
+}
--
Gitblit v1.9.3