From 5cf33b2b4217dbe50e7fa0599e09e0ee8ae63db4 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 15 Feb 2022 15:33:02 +0800
Subject: [PATCH] 样式修改
---
src/styles/mobile/popup.scss | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/styles/mobile/popup.scss b/src/styles/mobile/popup.scss
index b1c8595..a50f19e 100644
--- a/src/styles/mobile/popup.scss
+++ b/src/styles/mobile/popup.scss
@@ -101,6 +101,7 @@
width: 100%;
height: 100%;
}
+ .imgs,
img {
margin-left: calc(50% - 35px);
width: 70px;
@@ -510,3 +511,7 @@
border-radius: 5px;
padding: 4px 10px 5px;
}
+
+#mobilePopupOur .el-tabs__header {
+ display: none !important;
+}
--
Gitblit v1.9.3