Commit 2a8e4c9a authored by zhangyanni's avatar zhangyanni

样式

parent 9ded4a86
...@@ -40,7 +40,6 @@ ...@@ -40,7 +40,6 @@
"vue-i18n": "^8.14.0", "vue-i18n": "^8.14.0",
"vue-native-share": "^1.0.2", "vue-native-share": "^1.0.2",
"vue-pdf": "^4.0.8", "vue-pdf": "^4.0.8",
"vue-photo-preview": "^1.1.3",
"vue-preview": "^1.1.3", "vue-preview": "^1.1.3",
"vue-qrcode-component": "^2.1.1", "vue-qrcode-component": "^2.1.1",
"vue-quill-editor": "^3.0.6", "vue-quill-editor": "^3.0.6",
......
<template> <template>
<div class="overfolowWrapper" ref="overfolowWrapper" @scroll.passive="getScroll($event)"> <div class="wrapper" @scroll.passive="getScroll($event)">
<mt-loadmore :top-method="loadTop" :bottom-method="loadBottom" :auto-fill="false" :bottom-all-loaded="allLoaded" <mt-loadmore :top-method="loadTop" :bottom-method="loadBottom" :auto-fill="false" :bottom-all-loaded="allLoaded"
ref="loadmore"> ref="loadmore">
<div class="topicContent" v-if="detailInfo"> <div class="topicContent" v-if="detailInfo">
...@@ -956,6 +956,13 @@ ...@@ -956,6 +956,13 @@
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
.wrapper{
width: 100%;
height: calc(100vh - 1.2rem);
overflow: auto;
margin: 0 auto;
word-break: normal;
}
.topicContent { .topicContent {
.operateWrap { .operateWrap {
position: absolute; position: absolute;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment