提交 fa2e6e33 authored 作者: lihuihui's avatar lihuihui

意见反馈优化

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