|
@@ -60,10 +60,20 @@ const imageTags3 = ref({
|
|
|
}],
|
|
|
articleInfo: {
|
|
|
html:
|
|
|
- `<p style="text-align:center;"><img src="${require('@/assets/images/guide/2.jpg')}" /></p>
|
|
|
- <p style="text-align:center;font-size:16px;margin:10px 0;">力量部署图 </p>
|
|
|
- <p style="text-align:center;"><img src="${require('@/assets/images/guide/4.jpg')}" /></p>
|
|
|
- <p style="text-align:center;font-size:16px;margin:10px 0;">力量调集表 </p>
|
|
|
+
|
|
|
+ `<div style="display:inline-flex;overflow:hidden;flex-direction:row;flex-wrap:nowrap;width:100%;gap:10px;">
|
|
|
+
|
|
|
+ <div style="flex:1;text-align:center">
|
|
|
+ <img style="height:90%;width:auto" src="${require('@/assets/images/guide/2.jpg')}" />
|
|
|
+ <p style="text-align:center;font-size:16px;margin:10px 0;">力量部署图 </p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div style="flex:1;text-align:center">
|
|
|
+ <img style="height:90%;width:auto" src="${require('@/assets/images/guide/6.png')}" />
|
|
|
+ <p style="text-align:center;font-size:16px;margin:10px 0;">力量调集表 </p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
`
|
|
|
}
|
|
|
})
|
|
@@ -76,8 +86,8 @@ const textTags4 = ref({
|
|
|
html:
|
|
|
`<div style="display:inline-flex;overflow:hidden;flex-direction:row;flex-wrap:nowrap;width:100%;gap:10px;">
|
|
|
<div><img style="flex:1;display:block;" src="${require('@/assets/images/guide/txt/1.png')}" /></div>
|
|
|
- <div><img style="flex:1;display:block;" src="${require('@/assets/images/guide/txt/1.png')}" /></div>
|
|
|
- <div><img style="flex:1;display:block;" src="${require('@/assets/images/guide/txt/1.png')}" /></div>
|
|
|
+ <div><img style="flex:1;display:block;" src="${require('@/assets/images/guide/txt/2.png')}" /></div>
|
|
|
+ <div><img style="flex:1;display:block;" src="${require('@/assets/images/guide/txt/3.png')}" /></div>
|
|
|
</div>
|
|
|
|
|
|
`
|
|
@@ -171,7 +181,7 @@ const openlayer = (type) => {
|
|
|
}
|
|
|
|
|
|
.articlecon.power .txtbody {
|
|
|
- width: 994px;
|
|
|
+ width: 80%;
|
|
|
}
|
|
|
|
|
|
.articlecon.all .txtbody {
|