|
@@ -88,9 +88,9 @@ export default defineComponent({
|
|
|
</div>
|
|
|
<div class="row">
|
|
|
<div class="col-lg-5 col-md-6 ">
|
|
|
- <img :src="store.state.pageContent[0].image" alt="" style="width:90%">
|
|
|
+ <img :src="store.state.pageContent[0].image" alt="" >
|
|
|
</div>
|
|
|
- <div class=" col-lg-7 col-md-6 " >
|
|
|
+ <div class="col-lg-7 col-md-6 read_content2" >
|
|
|
<div v-html="store.state.pageContent[0].content"></div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -103,7 +103,11 @@ export default defineComponent({
|
|
|
</div>
|
|
|
</template>
|
|
|
<style>
|
|
|
-.read_content>.row>div>img{
|
|
|
- width:100% !important
|
|
|
+.read_content2>div>p>img{
|
|
|
+ /* width:100% !important; */
|
|
|
+}
|
|
|
+.container{
|
|
|
+ width:100%;
|
|
|
+ overflow: hidden;
|
|
|
}
|
|
|
</style>
|