Skip to content

Commit

Permalink
Merge pull request #219 from Tencent/develop
Browse files Browse the repository at this point in the history
v2.6.11
  • Loading branch information
uxsi authored Jan 12, 2024
2 parents 36a0bf4 + a448d76 commit e79b6c0
Show file tree
Hide file tree
Showing 331 changed files with 932 additions and 895 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
### v2.6.11 (2024-01-12)

#### Bugfixes
* fix: 修复form组件上下结构带来的兼容问题
* fix: 调整button组件loading颜色



### v2.6.9 (2023-12-22)

#### Features
* feat: 组件Button UI升级
* feat: 桌面端下鼠标形状统一为箭头


#### Bugfixes
* fix: 调整组件weui-agree的热区
* fix: 调整组件weui-mask透明度



### v2.6.8 (2023-12-15)

#### Bugfixes
* fix: 小程序图片预览接口去掉



### v2.6.7 (2023-11-01)

#### Features
Expand Down
6 changes: 3 additions & 3 deletions dist-rpx-mode/app.wxss

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist-rpx-mode/example/actionsheet/actionsheet.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.page{background-color:var(--weui-BG-2)}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/article/article.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.page{background-color:var(--weui-BG-2)}image{margin:8rpx 0}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/badge/badge.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
image{height:100rpx}.weui-cells .demo_badge_tips{font-size:34rpx;vertical-align:middle}.weui-cells .demo_badge_tips + .weui-badge{margin-left:10rpx;margin-right:10rpx}.demo_badge_cells .weui-cell__hd{position:relative;margin-right:20rpx}.demo_badge_cells .weui-cell__hd image{width:100rpx;display:block}.demo_badge_cells .weui-cell__hd .weui-badge{position:absolute;top:-.4em;right:-.4em}.demo_badge_cells .weui-cell__bd .demo_badge_title{vertical-align:middle}.demo_badge_cells .weui-cell__bd .demo_badge_title + .weui-badge{margin-left:10rpx}.demo_badge_cells .weui-cell__bd .demo_badge_desc{font-size:26rpx;color:#888}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/button/button.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.page{background:var(--weui-BG-2)}.button-sp-area{padding-top:30rpx;text-align:center}.weui-btn_mini{margin-right:8rpx}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/button/button_bottom_fixed.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%;background:var(--weui-BG-2)}.weui-bottom-fixed-opr-demo{padding:64rpx 64rpx 0}
14 changes: 11 additions & 3 deletions dist-rpx-mode/example/button/button_default.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@
<view class="page__bd">
<view class="button-sp-area">
<view class="weui-btn weui-btn_primary" aria-role="button" url="javascript:">主要操作</view>
<view title="正在操作" class="weui-btn weui-btn_primary weui-btn_loading" aria-role="button" url="javascript:"><text class="weui-mask-loading weui-mask-loading_only"></text></view>
<view title="正在操作" class="weui-btn weui-btn_primary weui-btn_loading" aria-role="button" url="javascript:"><text class="weui-mask-loading"></text>主要操作</view>
<view aria-disabled="true" disabled="disabled" class="weui-btn weui-btn_disabled weui-btn_primary" aria-role="button" url="javascript:">主要操作</view>
<view class="weui-btn weui-btn_default" aria-role="button" url="javascript:">次要操作</view>
<view title="正在操作" class="weui-btn weui-btn_default weui-btn_loading" aria-role="button" url="javascript:"><text class="weui-mask-loading weui-mask-loading_only"></text></view>
<view title="正在操作" class="weui-btn weui-btn_default weui-btn_loading" aria-role="button" url="javascript:"><text class="weui-mask-loading"></text>次要操作</view>
<view aria-disabled="true" disabled class="weui-btn weui-btn_disabled weui-btn_default" aria-role="button" url="javascript:">次要操作</view>
<view class="weui-btn weui-btn_warn" aria-role="button" url="javascript:">警示操作</view>
<view title="正在操作" class="weui-btn weui-btn_warn weui-btn_loading" aria-role="button" url="javascript:"><text class="weui-mask-loading weui-mask-loading_only"></text></view>
<view title="正在操作" class="weui-btn weui-btn_warn weui-btn_loading" aria-role="button" url="javascript:"><text class="weui-mask-loading"></text>警示操作</view>
<view aria-disabled="true" disabled class="weui-btn weui-btn_disabled weui-btn_warn" aria-role="button" url="javascript:">警示操作</view>
</view>
Expand All @@ -22,9 +25,14 @@
<view class="weui-btn weui-btn_warn weui-btn_medium" aria-role="button" url="javascript:">medium 按钮</view>
</view>
<view class="button-sp-area overlay">
<view class="weui-btn weui-btn_overlay" aria-role="button" url="javascript:">overlay 按钮</view>
<view class="weui-btn weui-btn_overlay weui-btn_medium" aria-role="button" url="javascript:">overlay 按钮</view>
<view class="weui-btn weui-btn_overlay weui-btn_mini" aria-role="button" url="javascript:">overlay 按钮</view>
<view class="weui-btn weui-btn_overlay weui-btn_primary" aria-role="button" url="javascript:">overlay 按钮</view>
<view class="weui-btn weui-btn_overlay weui-btn_default" aria-role="button" url="javascript:">overlay 按钮</view>
<view class="weui-btn weui-btn_overlay weui-btn_warn" aria-role="button" url="javascript:">overlay 按钮</view>
</view>
<view class="button-sp-area overlay">
<view class="weui-btn weui-btn_overlay weui-btn_disabled weui-btn_primary" aria-role="button" url="javascript:">overlay 按钮</view>
<view class="weui-btn weui-btn_overlay weui-btn_disabled weui-btn_default" aria-role="button" url="javascript:">overlay 按钮</view>
<view class="weui-btn weui-btn_overlay weui-btn_disabled weui-btn_warn" aria-role="button" url="javascript:">overlay 按钮</view>
</view>
<view class="button-sp-area cell">
<view class="weui-btn_cell weui-btn_cell-default" aria-role="button" url="javascript:">普通行按钮</view>
Expand Down
6 changes: 3 additions & 3 deletions dist-rpx-mode/example/button/button_default.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.button-sp-area{padding-top:30rpx;text-align:center}.weui-btn_mini{margin-right:8rpx}.button-sp-area.overlay{padding:30rpx 0;background:var(--weui-BRAND)}.button-sp-area.overlay .weui-btn_mini{margin-top:32rpx}
.button-sp-area{padding-top:30rpx;text-align:center}.weui-btn_mini{margin-right:8rpx}.button-sp-area.overlay{margin-top:32rpx;padding:30rpx 0;background:var(--weui-BRAND)}.button-sp-area.overlay .weui-btn_mini{margin-top:32rpx}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/dialog/dialog.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.page{background-color:var(--weui-BG-2)}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/flex/flex.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.placeholder{margin:10rpx;padding:0 20rpx;text-align:center;background-color:var(--weui-BG-1);height:2.3em;line-height:2.3em;color:var(--weui-FG-1)}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/footer/footer.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.weui-footer{margin-bottom:100rpx}.weui-footer_fixed-bottom{margin-bottom:0}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/form/form.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%;background-color:var(--weui-BG-2)}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/form/form_access.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/form/form_bottom_fixed.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%}.weui-label{width:3.1em}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/form/form_checkbox.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/form/form_input_status.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%}.weui-label{width:3.1em}.weui-toptips{display:block;opacity:0;visibility:hidden;-webkit-transition:opacity .3s;transition:opacity .3s}.show_toptips{visibility:visible;opacity:1}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/form/form_page.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%}.weui-label{width:4.1em}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/form/form_radio.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/form/form_select.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/form/form_switch.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/form/form_textarea.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/form/form_vcode.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%}.weui-label{width:3.1em}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/form/form_vertical.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/gallery/gallery.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.page{background-color:var(--weui-BG-2)}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.page{background-color:var(--weui-BG-2)}[weui-modal-show="false"] .weui-half-screen-dialog{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:translateY(100%);transform:translateY(100%)}[weui-modal-show="true"] .weui-half-screen-dialog{-webkit-transform:translateY(0);transform:translateY(0)}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/icons/icons.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
icon{margin-right:26rpx}.page__bd{padding-left:80rpx;padding-right:80rpx;text-align:left}.icon-box{margin-bottom:50rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.icon-box i{margin-right:36rpx}.icon-box__ctn{-webkit-flex-shrink:100;flex-shrink:100}.icon-box__title{font-size:40rpx}.icon-box__desc{margin-top:12rpx;font-size:24rpx;color:#888}.icon_sp_area{margin-top:20rpx;text-align:left}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/index.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.weui-flex{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.weui-cells{margin-top:0;opacity:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.3s;transition:.3s}.weui-cells::after,.weui-cells::before{display:none}.weui-cells_show{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.weui-cell::before{right:30rpx}.kind-list__item{margin:20rpx 0;background-color:var(--weui-BG-2);border-radius:4rpx;overflow:hidden}.kind-list__item:first-child{margin-top:0}.kind-list__img{width:60rpx;height:60rpx}@media (prefers-color-scheme:dark){.page:not([data-weui-theme="light"]) .kind-list__img{-webkit-filter:invert(100) hue-rotate(180deg);filter:invert(100) hue-rotate(180deg)}}[data-weui-theme="dark"] .kind-list__img{-webkit-filter:invert(100) hue-rotate(180deg);filter:invert(100) hue-rotate(180deg)}.kind-list__item-hd{padding:40rpx;-webkit-transition:opacity .3s;transition:opacity .3s}.kind-list__item-hd_show{opacity:.4}.kind-list__item-bd{height:0;overflow:hidden}.kind-list__item-bd_show{height:auto}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/information-bar/information-bar.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.page{background-color:var(--weui-BG-2)}.weui-information-bar{position:static;margin-bottom:40rpx}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/input/input.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.weui-vcode-img{width:216rpx}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/list/list.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.weui-cell__hd{font-size:0}.weui-cell__hd image{margin-right:32rpx;vertical-align:middle;width:40rpx;height:40rpx}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/loading/loading.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.page{background-color:var(--weui-BG-0)}.weui-loading__wrp{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:32rpx}.weui-loading__wrp .weui-loading,.weui-loading__wrp .weui-mask-loading,.weui-loading__wrp .weui-primary-loading{margin:0 20rpx}.weui-loading__wrp:last-child{background-color:rgba(0,0,0,.1)}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/loadmore/loadmore.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.page{background-color:var(--weui-BG-2)}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/msg/msg.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.page{background-color:var(--weui-BG-2)}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/msg/msg_custom_area_cell.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%;background-color:var(--weui-BG-2)}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/msg/msg_custom_area_preview.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.7 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%;background-color:var(--weui-BG-2)}
Loading

0 comments on commit e79b6c0

Please sign in to comment.