bugfix
This commit is contained in:
15
miniprogram/components/load-more/index.scss
Normal file
15
miniprogram/components/load-more/index.scss
Normal file
@ -0,0 +1,15 @@
|
||||
/* components/load-more/index.wxss */
|
||||
.load-more {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 12rpx 0;
|
||||
.status {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text {
|
||||
margin-left: 12rpx;
|
||||
font-size: small;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user