Skip to content

Commit

Permalink
feat: v2.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
uxsi committed Sep 15, 2022
1 parent 01f3e28 commit 57ec9de
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 13 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### v2.5.13 (2022-09-15)

#### Bugfixes
* fix: 修复ios16下text-align-last导致的问题



### v2.5.12 (2022-09-06)

#### Features
Expand Down
10 changes: 4 additions & 6 deletions dist/style/weui.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/style/weui.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weui",
"version": "2.5.12",
"version": "2.5.13",
"description": "A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.",
"keywords": [
"weui",
Expand Down
6 changes: 2 additions & 4 deletions src/style/widget/weui-cell/weui-form/weui-form-preview.less
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,9 @@
.weui-form-preview__label {
float: left;
margin-right: 1em;
min-width: 4em;
width: 4.2em;
color: @weuiTextColorDesc;
text-align: justify;
text-align-last: justify;
text-align: left;
}
.weui-form-preview__value {
display: block;
Expand Down Expand Up @@ -123,7 +122,6 @@
}
.weui-form-preview__label {
text-align: left;
text-align-last: unset;
width: 6em;
}
.weui-form-preview__value { hyphens: auto; }
Expand Down

0 comments on commit 57ec9de

Please sign in to comment.