Skip to content

Commit

Permalink
fix(Loading): fix loading content is not centered (#3219)
Browse files Browse the repository at this point in the history
* fix(Loading): fix loading content is not centered

* chore: update dropdown-menu snap

---------

Co-authored-by: jarmywang <awangjianjun9@gmail.com>
  • Loading branch information
anlyyao and jarmywang authored Oct 24, 2024
1 parent fdf67e9 commit ff052dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dropdown-menu/__test__/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ exports[`dropdown-menu :base 1`] = `
bind:visible-change="handleMaskClick"
>
<wx-view
class="t-popup t-popup--top t-fade-enter-active t-fade-enter-to class t-class"
class="t-popup t-popup--top t-fade-enter t-fade-enter-active class t-class"
style="z-index:11601; position: absolute;"
bind:transitionend="onTransitionEnd"
>
Expand Down Expand Up @@ -598,7 +598,7 @@ exports[`dropdown-menu :base 1`] = `
<wx-view
ariaLabel="关闭"
ariaRole="button"
class="t-overlay t-fade-enter-active t-fade-enter-to class"
class="t-overlay t-fade-enter t-fade-enter-active class"
style="--td-overlay-transition-duration:300ms; z-index:11000; top:0px; position: absolute;"
bind:tap="handleClick"
catch:touchmove="noop"
Expand Down
2 changes: 2 additions & 0 deletions src/upload/upload.less
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,11 @@
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-radius: @upload-radius;
color: @text-color-anti;
padding: 32rpx 0;
box-sizing: border-box;
}

&-text {
Expand Down

0 comments on commit ff052dd

Please sign in to comment.