fix(wms): 修正外标签预览中的地址和电话信息
更新外标签预览中的英文地址格式并增加联系电话 调整地址栏宽度以适应新内容
This commit is contained in:
@@ -97,9 +97,11 @@
|
||||
<div class="footer-info">
|
||||
<div class="address">
|
||||
地址:山东省济宁市嘉祥县开发区生物产业园区新民路北<br />
|
||||
<span class="english-address">Address: Donghai special steel, ciyutuo Industrial Zone, Luanzhou, Tangshan, Hebei province, China.</span>
|
||||
<span class="english-address">Address: North Extension of Xinmin Road,Bio-Industrial Park,Development Zone,<br />
|
||||
Jiaxiang County,Jining City,Shandong Province</span>
|
||||
<br />
|
||||
<span>
|
||||
TEL:0537-6625068
|
||||
TEL:0537-6625068 0537-6625067
|
||||
</span>
|
||||
</div>
|
||||
<div class="contact-timestamp">
|
||||
@@ -373,7 +375,7 @@ export default {
|
||||
|
||||
.address {
|
||||
line-height: 1.25;
|
||||
width: 65%;
|
||||
width: 80%;
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user