Browse Source

Merge branch 'small-tupu' of http://124.70.32.114:3100/jianzhenyu/Changsha_tupu into hanyuqing

hanyuqing
hanyuqing 5 months ago
parent
commit
9721217c3f
  1. 19
      gyxtp/src/view/pointInfo.vue

19
gyxtp/src/view/pointInfo.vue

@ -1,8 +1,12 @@
<template>
<div class="about">
<HeaderInfo style="height: 5.65vw;float: left;"></HeaderInfo>
<HeaderInfo style="height: 5.65vw;float: left; position: absolute"></HeaderInfo>
<leftInfo style="width: 5vw;position: absolute;top: 5.4vw;" :leftNum="1" :zhedie="0" @show="isZhe"></leftInfo>
<div class="docInfo" >
<div class="bodyDiv" style=" margin-top: 9.65vw;;
overflow: auto;
height: 80vw;">
<div class="headerDoc">
<div style="margin-left: 1vw;">
<div style="height: 1.2vw;width:1.2vw;float: left;margin-top: 1.3vw;" @click="goIndex">
@ -37,11 +41,8 @@
<!-- </div>-->
<!-- </div>-->
</div>
<div class="bodyDiv" style="padding: 2%;
overflow: auto;
height: 80vw;">
<div
style="margin-bottom: 20px; line-height: 1.5vw; font-size: 1.2vw"
style="margin-bottom: 20px; line-height: 1.5vw; font-size: 1.2vw;"
v-for="(item) in tableData"
:key="item"
>
@ -493,9 +494,11 @@ export default {
}
.headerDoc {
position: absolute;
height: 4vw;
top: 5.40vw;
width: 100%;
margin-top: -0.5vw;
background: white;
box-shadow: rgba(0, 0, 0, 0.3) -1px -2px 11px 1px;
}
@ -1223,5 +1226,9 @@ margin-top: 0.2vw;
.articleName:hover{
color:rgb(7, 118, 255);
}
#app{
overflow-x: hidden;
overflow-y: auto;
}
</style>

Loading…
Cancel
Save