Commit 356ff159 by Jianli Ou

境外码查询问题处理

parent 2de5862c
......@@ -612,7 +612,7 @@
<p><span>企业名称:</span><span>{{gs1ResultData.gs1Licence.licenseeName}}</span></p>
<p><span>地址:</span><span v-html="addressInfo(gs1ResultData.gs1Licence.address)"></span></p>
<p v-if="gs1ResultData.gs1Licence.contactPoint"><span>网址:</span><span>
<a :href="glnResultData.gs1Licence.contactPoint[0].website" target="_blank">
<a :href="gs1ResultData.gs1Licence.contactPoint[0].website" target="_blank">
{{gs1ResultData.gs1Licence.contactPoint[0].website}}
</a>
</span></p>
......@@ -1476,7 +1476,7 @@ export default {
list-style: none;
display: inline-block;
width: calc( 100% - 16px);
height: 44px;
min-height: 44px;
line-height: 44px;
background: #fff;
border-bottom: 1px solid #F0F5FA;
......@@ -1490,10 +1490,18 @@ export default {
@media screen and (max-width: 992px) {
span:first-child{
width: 38%;
flex-shrink: 0;
display: block;
}
}
span:last-child{
color: #002C6C;
word-break: break-word;
}
}
@media screen and (max-width: 992px) {
P {
display: flex;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment