Skip to content

Commit

Permalink
Merge pull request #947 from Tencent/develop
Browse files Browse the repository at this point in the history
feat: 2.6.13
  • Loading branch information
uxsi authored Jun 3, 2024
2 parents a36bc9b + 015583c commit 344b9e9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 15 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### v2.6.13 (2024-06-03)

#### Bugfixes
* fix: 修复weui-select组件高度问题



### v2.6.12 (2024-03-20)

#### Features
Expand Down
9 changes: 2 additions & 7 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.6.12",
"version": "2.6.13",
"description": "A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.",
"keywords": [
"weui",
Expand Down
5 changes: 0 additions & 5 deletions src/style/widget/weui-cell/weui-form/weui-select.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
.weui-cell_select {
padding: 0;

.weui-cell__hd {
padding-top: 16px;
padding-bottom: 16px;
}

.weui-cell__bd {
&::after {
content: " ";
Expand Down

0 comments on commit 344b9e9

Please sign in to comment.