diff --git a/app.json b/app.json
index 5094cf0b..f9666e75 100644
--- a/app.json
+++ b/app.json
@@ -10,6 +10,7 @@
"pages/tab/index",
"pages/quantity/index",
"pages/toptips/index",
+ "pages/helper/index",
"pages/steps/index",
"pages/toast/index"
],
diff --git a/dist/helper/index.wxss b/dist/helper/index.wxss
index cd9ebf50..a27e12bc 100644
--- a/dist/helper/index.wxss
+++ b/dist/helper/index.wxss
@@ -1,8 +1,8 @@
-.pull-left {
+.zui-pull-left {
float: left;
}
-.pull-right {
+.zui-pull-right {
float: right;
}
@@ -50,9 +50,10 @@
}
.zui-ellipsis {
- white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
+ white-space: nowrap;
+ word-wrap: normal;
}
.zui-ellipsis--l2 {
diff --git a/pages/dashboard/index.wxml b/pages/dashboard/index.wxml
index 1252400b..ea7f1b1b 100644
--- a/pages/dashboard/index.wxml
+++ b/pages/dashboard/index.wxml
@@ -29,6 +29,10 @@
Label
+
+ Helper
+
+
Quantity
diff --git a/pages/helper/index.js b/pages/helper/index.js
new file mode 100644
index 00000000..99e7458d
--- /dev/null
+++ b/pages/helper/index.js
@@ -0,0 +1,13 @@
+var app = getApp()
+
+Page({
+ data: {
+ },
+
+ onLoad: function () {
+
+ },
+
+ onShow: function() {
+ },
+})
diff --git a/pages/helper/index.wxml b/pages/helper/index.wxml
new file mode 100644
index 00000000..4f21ce32
--- /dev/null
+++ b/pages/helper/index.wxml
@@ -0,0 +1,61 @@
+
+
+
+
+
+ pull-right: 往右靠
+
+
+
+
+
+ zui-text-deleted:被删除的效果
+
+
+
+
+
+
+ zui-font-12:字号12
+ zui-font-bold:加粗
+
+
+
+
+
+
+
+ zui-font-16:字号16
+ zui-font-bold:加粗
+
+
+
+
+
+
+ zui-arrow:箭头
+
+
+
+
+
+
+
+ zui-ellipsis:单行点点点
+ ->我是占位的字符我是占位的字符我是占位的字符我是占位的字符我是占位的字符我是占位的字符
+
+
+
+
+
+
+
+ zui-ellipsis--l2:单行点点点
+ ->我是占位的字符我是占位的字符我是占位的字符我是占位的字符我是占位的字符我是占位的字符
+
+
+
+
+
+
+