We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
尝试过给position,在开发者工具上面是可以的。但是在微信IOS里面 15 16 都发生了移位 .message { width: 100%; border-radius: 24rpx; word-break: break-word; margin: 20rpx 0; box-sizing: border-box; position: relative; }
.assistant-message { background: #f5f4ef; margin-right: auto; padding: 12rpx; }
.ec-canvas { position: relative !important; }
.towxml-container { position: relative; width: 100%; }
The text was updated successfully, but these errors were encountered:
跑一下DEMO,剔除你应用本身的样式看看。
Sorry, something went wrong.
因为滚动使用了 scroll-view 同时设置了以下样式~出现了issue的中的问题
但是,如果不使用scroll view ,使用 view 就会出现下面的情况。滚动的时候,echart 不随着页面滚动。固定在了一个地方
这是你的业务问题,看DEMO中的示例应该不会存在这个问题呢。
No branches or pull requests
尝试过给position,在开发者工具上面是可以的。但是在微信IOS里面 15 16 都发生了移位
.message {
width: 100%;
border-radius: 24rpx;
word-break: break-word;
margin: 20rpx 0;
box-sizing: border-box;
position: relative;
}
.assistant-message {
background: #f5f4ef;
margin-right: auto;
padding: 12rpx;
}
.ec-canvas {
position: relative !important;
}
.towxml-container {
position: relative;
width: 100%;
}
The text was updated successfully, but these errors were encountered: