bulade-ui 1.1.25 → 1.1.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,5 +5,5 @@
5
5
  tag-style="{{ tagStyle }}"
6
6
  container-style="{{ containerStyle }}"
7
7
  /> -->
8
- <rich-text nodes="{{html}}" bindtap="tap" mode="compat"></rich-text>
8
+ <rich-text nodes="{{html}}" bindtap="tap" mode="web-static"></rich-text>
9
9
  </view>
@@ -1,7 +1,3 @@
1
- .ql-align-right {
2
- text-align: right;
3
- }
4
-
5
1
  .ql-size-16px {
6
2
  font-size: 16px;
7
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulade-ui",
3
- "version": "1.1.25",
3
+ "version": "1.1.26",
4
4
  "description": "轻量、可靠的小程序 UI 组件库",
5
5
  "main": "miniprogram_dist/index.js",
6
6
  "scripts": {
@@ -5,27 +5,10 @@
5
5
  // text-align: justify;
6
6
  // }
7
7
 
8
- .ql-align-right{
9
- text-align:right
10
- }
11
- .ql-size-16px {
12
- font-size:16px
13
- }
14
- .ql-size-18px {
15
- font-size:18px
16
- }
17
- .ql-size-20px {
18
- font-size:20px
19
- }
20
- .ql-size-22px {
21
- font-size:22px
22
- }
23
- .ql-size-26px {
24
- font-size:26px
25
- }
26
- .ql-size-28px {
27
- font-size:28px
28
- }
29
- .ql-size-30px {
30
- font-size:30px
31
- }
8
+ $pxV:16,18,20,22,26,28,30;
9
+
10
+ @each $c in $pxV {
11
+ .ql-size-#{$c}px {
12
+ font-size: #{$c}px
13
+ }
14
+ }
@@ -5,5 +5,5 @@
5
5
  tag-style="{{ tagStyle }}"
6
6
  container-style="{{ containerStyle }}"
7
7
  /> -->
8
- <rich-text nodes="{{html}}" bindtap="tap" mode="compat"></rich-text>
8
+ <rich-text nodes="{{html}}" bindtap="tap" mode="web-static"></rich-text>
9
9
  </view>
@@ -1,7 +1,3 @@
1
- .ql-align-right {
2
- text-align: right;
3
- }
4
-
5
1
  .ql-size-16px {
6
2
  font-size: 16px;
7
3
  }