From b43d04ef7295105e78feb5980de619f58a9803a6 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 06 九月 2022 17:49:06 +0800
Subject: [PATCH] 2022.9.6 代码结构整理
---
component/gallery/gallery.wxss | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/component/gallery/gallery.wxss b/component/gallery/gallery.wxss
index c6010c5..02cf7a6 100644
--- a/component/gallery/gallery.wxss
+++ b/component/gallery/gallery.wxss
@@ -1 +1,7 @@
-.weui-gallery{display:none}.weui-gallery_show.weui-gallery{display:flex}
\ No newline at end of file
+.weui-gallery {
+ display: none
+}
+
+.weui-gallery_show.weui-gallery {
+ display: flex
+}
\ No newline at end of file
--
Gitblit v1.9.3