Skip to content

Commit 8c7521e

Browse files
xintiaobrother啊
andauthored
修复placement: bottom模式样式覆盖造成的显示Bug (#143)
Co-authored-by: 啊 <[email protected]>
1 parent e9b0803 commit 8c7521e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/index.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@
171171
}
172172
}
173173
&-bottom {
174-
bottom:0;
174+
top: unset;
175+
bottom: 0;
175176
.@{drawer} {
176177
&-content-wrapper {
177178
bottom: 0;

0 commit comments

Comments
 (0)