update:pdf底部信息位置调整,评估详情加载提示,首页内容换行问题

This commit is contained in:
2021-09-28 08:55:48 +08:00
parent 6c21c8b36e
commit 413d436897
5 changed files with 561 additions and 294 deletions

View File

@@ -23,9 +23,7 @@
</template>
<script>
// import pdf from "vue-pdf";
import { mgop } from "@aligov/jssdk-mgop";
import $ from "jquery";
export default {
components: {},
data() {
@@ -40,18 +38,7 @@ export default {
created() {
this.onInit();
},
mounted() {
if (
650 >=
$(".container")
.css("height")
.substr(0, 5)
) {
$(".bottomContent").addClass("absolute");
} else {
$(".absolute").removeClass("absolute");
}
},
mounted() {},
methods: {
onInit() {
if (this.$route.params.id) {
@@ -144,6 +131,7 @@ export default {
bottom: 0px;
}
.bottomContent {
margin-top: 20px;
margin-bottom: 10px;
text-align: center;
width: 100%;