From 7d7b7357b60b7a52eb86c839a9151d30b3afb735 Mon Sep 17 00:00:00 2001 From: Weilanwl <1273753708@qq.com> Date: Sun, 23 Dec 2018 06:39:37 +0800 Subject: [PATCH] v2.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复Bar的文字对齐 --- demo/colorui.wxss | 2 +- readme.html | 24 ++++++++++++++++++++++++ template/colorui.wxss | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 readme.html diff --git a/demo/colorui.wxss b/demo/colorui.wxss index 1ebcd83..7c3af89 100644 --- a/demo/colorui.wxss +++ b/demo/colorui.wxss @@ -2083,7 +2083,7 @@ bar .action { display: flex; align-items: center; height: 100%; - justify-content: flex-start; + justify-content: center; max-width: 100%; } diff --git a/readme.html b/readme.html new file mode 100644 index 0000000..c858115 --- /dev/null +++ b/readme.html @@ -0,0 +1,24 @@ + + + + +无标题文档 + + + + + + + + + diff --git a/template/colorui.wxss b/template/colorui.wxss index 1ebcd83..7c3af89 100644 --- a/template/colorui.wxss +++ b/template/colorui.wxss @@ -2083,7 +2083,7 @@ bar .action { display: flex; align-items: center; height: 100%; - justify-content: flex-start; + justify-content: center; max-width: 100%; }