图片回归六个

bozhou-古井贡酒
LAPTOP-S9HJSOEB\昊天 2 years ago
parent 870611f2ec
commit cf9bb5cc8a

@ -42,7 +42,7 @@ html {--antd-wave-shadow-color: @primary-color;}
.ant-alert-info .ant-alert-icon {color: #1890ff;}
.ant-alert-warning {background-color: #fffbe6;border: 1px solid #ffe58f;}
.ant-alert-warning .ant-alert-icon {color: #faad14;}
.ant-alert-error {background-color: color(~`colorPalette("@{heading-color}", 1)`);border: 1px solid #ffa39e;}
.ant-alert-error {background-color: #fff1f0;border: 1px solid #ffa39e;}
.ant-alert-error .ant-alert-icon {color: #f5222d;}
.ant-alert-close-icon {background-color: transparent;border: none;}
.ant-alert-close-icon .anticon-close {color: @text-color-secondary;}
@ -1377,7 +1377,7 @@ tr.ant-table-expanded-row:hover {background: #fbfbfb;}
.ant-tag-pink-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;}
.ant-tag-magenta {color: #eb2f96;background: #fff0f6;border-color: #ffadd2;}
.ant-tag-magenta-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;}
.ant-tag-red {color: #f5222d;background: color(~`colorPalette("@{heading-color}", 1)`);border-color: #ffa39e;}
.ant-tag-red {color: #f5222d;background: #fff1f0;border-color: #ffa39e;}
.ant-tag-red-inverse {color: #fff;background: #f5222d;border-color: #f5222d;}
.ant-tag-volcano {color: #fa541c;background: #fff2e8;border-color: #ffbb96;}
.ant-tag-volcano-inverse {color: #fff;background: #fa541c;border-color: #fa541c;}

@ -73,7 +73,7 @@
</li>
</ul>
</div>
<!-- <div class="img-box" style="margin-left: 200px;">
<div class="img-box" style="margin-left: 200px;">
<a-row type="flex" justify="space-around" style="height:300,margin-left:400">
<a-col :span="11">
<p>顶部图片1</p>
@ -116,23 +116,8 @@
</viewer>
</a-col>
</a-row>
</div> -->
<div class="img-box" style="margin-left: 200px;">
<a-row type="flex" justify="space-around" style="height:300,margin-left:400">
<a-col :span="11">
<p>顶部图片</p>
<viewer :images = "checkObj.topPic1">
<img class="historyImg" :src="checkObj.topPic1"/>
</viewer>
</a-col>
<a-col :span="11">
<p>侧面图片</p>
<viewer :images = "checkObj.sidePic1">
<img class="historyImg" :src="checkObj.sidePic1"/>
</viewer>
</a-col>
</a-row>
</div>
</div>
</div>
<div class="bottom-btn">

@ -110,6 +110,10 @@
<img class="historyImg" :src="text.pic1"/>
<img class="historyImg" :src="text.pic2"/>
<img class="historyImg" :src="text.pic3"/>
<img class="historyImg" :src="text.pic4"/>
<img class="historyImg" :src="text.pic5"/>
<img class="historyImg" :src="text.pic6"/>
</viewer>
</happy-scroll>
</span>

Loading…
Cancel
Save