From 33eaf431023208398d177bdc1ddd1fa6b88936d3 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Thu, 11 Mar 2021 14:53:38 +0800
Subject: [PATCH] 重新设计 app、小程序 主机地址设置与识别机制

---
 common/sassMixin.scss |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/sassMixin.scss b/common/sassMixin.scss
index 04a2f68..888c160 100644
--- a/common/sassMixin.scss
+++ b/common/sassMixin.scss
@@ -104,11 +104,11 @@
  * @include flexbox();
  *   $mode:
  *     flex / inline
- *   $align:
+ *   $align: <justify-content> <align-items> <align-content>
  *     flex-start / flex-end / center / space-between / space-around
  *     flex-start / flex-end / center / baseline / stretch
  *     flex-start / flex-end / center / space-between / space-around / stretch
- *   $flow:
+ *   $flow: <flex-direction> <flex-wrap>
  *     row / row-reverse / column / column-reverse
  *     nowrap / wrap / wrap-reverse
  */

--
Gitblit v1.9.1