Skip to content

Commit

Permalink
优化按钮在微信小程序的演示
Browse files Browse the repository at this point in the history
  • Loading branch information
wlxuqu committed Nov 2, 2021
1 parent 861b1d1 commit 6f95207
Show file tree
Hide file tree
Showing 7 changed files with 651 additions and 580 deletions.
2 changes: 1 addition & 1 deletion pages/componentsA/button/button.nvue
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@

<view class="u-demo-block">
<text class="u-demo-block__title">自定义大小</text>
<view class="u-demo-block__content" style="padding-bottom: 15px; flex-direction: row;align-items: stretch;">
<view class="u-demo-block__content" style="padding-bottom: 15px; flex-direction: column;align-items: stretch;flex-wrap: nowrap;">
<u-button
text="超大尺寸"
size="large"
Expand Down
1 change: 0 additions & 1 deletion uni_modules/uview-v2/components/u-button/u-button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ $u-button-hairline-border-width: 0.5px !default;
box-sizing: border-box;
/* #endif */
flex-direction: row;
flex: 1;
&__text {
font-size: $u-button-text-font-size;
Expand Down
Loading

0 comments on commit 6f95207

Please sign in to comment.