Fix:【商城小程序】聊天窗口历史记录过多时,商品模块会显示在上面,改为固定在下面的位置
This commit is contained in:
@@ -322,7 +322,7 @@ export default {
|
||||
<style scoped lang="less">
|
||||
.goods-link{
|
||||
box-sizing: content-box;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
bottom: 200rpx;
|
||||
right: 20rpx;
|
||||
}
|
||||
@@ -341,7 +341,7 @@ export default {
|
||||
}
|
||||
|
||||
.main {
|
||||
padding: 0 32rpx 130rpx;
|
||||
padding: 0 32rpx 160rpx;
|
||||
|
||||
.datetime {
|
||||
margin: 30rpx 0;
|
||||
|
||||
Reference in New Issue
Block a user