diff --git a/src/components/Comment.vue b/src/components/Comment.vue index 5513ac3..472f6eb 100644 --- a/src/components/Comment.vue +++ b/src/components/Comment.vue @@ -15,7 +15,7 @@
{{ _formatNumber(comments.length) }}条评论
- +
@@ -157,7 +157,7 @@
- +
@@ -178,9 +178,9 @@ import FromBottomDialog from './dialog/FromBottomDialog.vue' import Loading from './Loading.vue' import Search from './Search.vue' import { - $no, _checkImgUrl, _formatNumber, + _no, _showSelectDialog, _sleep, _time, @@ -251,10 +251,10 @@ export default { }, mounted() {}, methods: { + _no, _time, _formatNumber, _checkImgUrl, - $no, async handShowChildren(item) { this.loadChildrenItemCId = item.comment_id this.loadChildren = true @@ -370,7 +370,7 @@ export default { .comment { color: #000; - width: 100vw; + width: 100%; height: v-bind(height); background: #fff; z-index: 5; @@ -529,7 +529,7 @@ export default { border-radius: 10rem 10rem 0 0; background: white; position: fixed; - width: 100vw; + width: 100%; bottom: 0; z-index: 3; @@ -601,7 +601,7 @@ export default { } .auto-input { - width: calc(100vw - 180rem); + width: calc(100% - 180rem); } } diff --git a/src/components/DouyinCode.vue b/src/components/DouyinCode.vue index e7c4daa..9810985 100644 --- a/src/components/DouyinCode.vue +++ b/src/components/DouyinCode.vue @@ -16,23 +16,23 @@
分享到
-