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%; }