浏览代码

样式文件

DESKTOP-SVI9JE1\muzen 1 年之前
父节点
当前提交
a31d4d7b96
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      common/common.scss

+ 4 - 0
common/common.scss

@@ -43,6 +43,10 @@ uni-toast{
 	justify-content: space-between;
 }
 
+.content-around{
+	justify-content: space-around;
+}
+
 .relative{
 	position: relative;
 }