提交 7415c448 authored 作者: lihuihui's avatar lihuihui

意见反馈优化

上级 eb703074
......@@ -21,6 +21,8 @@ export default {
[Toast.name]: Toast
},
mounted() {
const dom = document.getElementById('feed-h')
dom.style.height = document.body.clientHeight + 'px'
},
data() {
return {
......@@ -52,8 +54,7 @@ export default {
position: absolute;
top: 0;
left: 0;
width: 6.3rem;
height: 100%;
width: 100%;
}
.feed-box{
width: 100%;
......@@ -88,7 +89,7 @@ export default {
}
}
.feed-btn{
position: absolute;
position: fixed;
bottom: .4rem;
left: 50%;
-webkit-transform: translateX(-50%);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论