|
@@ -89,7 +89,7 @@
|
|
|
<p v-html="data.content[myInd]"></p>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <!-- <h3></h3> -->
|
|
|
+ <!-- <h3></h3> <p>11111111<br/>11111111</p>-->
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
@@ -328,9 +328,6 @@ export default {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
position: relative;
|
|
|
- .ismtop {
|
|
|
- padding-top: 40px !important;
|
|
|
- }
|
|
|
.content {
|
|
|
width: 100%;
|
|
|
height: 80%;
|
|
@@ -399,6 +396,21 @@ export default {
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
}
|
|
|
+ .ismtop {
|
|
|
+ max-height: 100vh;
|
|
|
+ height: 100vh;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: center;
|
|
|
+ &>p{
|
|
|
+ padding-right: 20px;
|
|
|
+ max-height: 90%;
|
|
|
+ overflow-y: auto;
|
|
|
+ /deep/p{
|
|
|
+ margin-bottom: 15px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 1400px) {
|