Skip to content

Commit b640d35

Browse files
committed
feat: v2.6.21
1 parent 9f32afe commit b640d35

File tree

326 files changed

+490
-385
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

326 files changed

+490
-385
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions

dist-rpx-mode/app.wxss

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

dist-rpx-mode/example/actionsheet/actionsheet.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/article/article.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/badge/badge.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/button/button.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/button/button_bottom_fixed.wxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</checkbox-group>
1717
</view>
1818
<view class="weui-bottom-fixed-opr">
19-
<navigator class="weui-btn weui-btn_primary" id="js_btn" aria-role="button" url="javascript:;">阅读并同意</navigator>
19+
<navigator class="weui-btn weui-btn_primary" id="js_btn" aria-role="button" url="javascript:;"><view class="weui-btn__inner">阅读并同意</view></navigator>
2020
<navigator class="weui-btn weui-btn_default" aria-role="button" url="javascript:;">取消</navigator>
2121
</view>
2222
</view>

dist-rpx-mode/example/button/button_bottom_fixed.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/button/button_default.wxml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@
1919
<view title="正在操作" class="weui-btn weui-btn_warn weui-btn_loading" aria-role="button" url="javascript:"><text class="weui-mask-loading"></text>警示操作</view>
2020
<view aria-disabled="true" disabled class="weui-btn weui-btn_disabled weui-btn_warn" aria-role="button" url="javascript:">警示操作</view>
2121
</view>
22+
23+
<view class="button-sp-area">
24+
<view role="button" class="weui-btn weui-btn_primary"><view class="weui-btn__inner">按钮宽度</view></view>
25+
<view role="button" class="weui-btn weui-btn_primary"><view class="weui-btn__inner">按钮宽度自适应内容</view></view>
26+
<view role="button" class="weui-btn weui-btn_primary"><view class="weui-btn__inner">按钮宽度自适应内容,达到最大值后折行,最大行数两行的示例</view></view>
27+
<view role="button" title="正在操作" class="weui-btn weui-btn_primary weui-btn_loading"><view class="weui-btn__inner"><i class="weui-mask-loading"></i>按钮宽度自适应内容</view></view>
28+
<view role="button" title="正在操作" class="weui-btn weui-btn_primary weui-btn_loading"><view class="weui-btn__inner"><i class="weui-mask-loading"></i>按钮宽度自适应内容,达到最大值后折行,最大行数两行的示例</view></view>
29+
</view>
30+
2231
<view class="button-sp-area">
2332
<view class="weui-btn weui-btn_primary weui-btn_medium" aria-role="button" url="javascript:">medium 按钮</view>
2433
<view class="weui-btn weui-btn_default weui-btn_medium" aria-role="button" url="javascript:">medium 按钮</view>

dist-rpx-mode/example/button/button_default.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/dialog/dialog.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/flex/flex.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/footer/footer.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/form/form.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/form/form_access.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/form/form_bottom_fixed.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/form/form_checkbox.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/form/form_input_status.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/form/form_page.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/form/form_radio.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/form/form_select.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/form/form_switch.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/form/form_textarea.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/form/form_vcode.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/form/form_vertical.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/gallery/gallery.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/half-screen-dialog/half-screen-dialog.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/icons/icons.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/index.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/information-bar/information-bar.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/input/input.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/list/list.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/loading/loading.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/loadmore/loadmore.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/msg/msg.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/msg/msg_custom_area_cell.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/msg/msg_custom_area_preview.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/msg/msg_custom_area_tips.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/msg/msg_success.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/msg/msg_text.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/msg/msg_text_primary.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/msg/msg_warn.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/navbar/navbar.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/navigation-bar/navigation-bar.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/panel/panel.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/picker/picker.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/preview/preview.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/progress/progress.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/searchbar/searchbar.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/searchbar/searchbar_filled.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/slider/slider.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/slideview/slideview.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/steps/steps.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

dist-rpx-mode/example/steps/steps_horizonal.wxss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
2+
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
33
* Copyright 2024 Tencent, Inc.
44
* Licensed under the MIT license
55
*/

0 commit comments

Comments
 (0)