|
@@ -47,7 +47,9 @@
|
|
|
:underline="false"
|
|
|
target="_blank"
|
|
|
href="https://beian.mps.gov.cn/#/query/webSearch?code=22010202001113"
|
|
|
- >{{ contactInfo.ywLink }}</el-link
|
|
|
+ >
|
|
|
+ <el-image class="ywImage" :src="ywImage"></el-image>
|
|
|
+ {{ contactInfo.ywLink }}</el-link
|
|
|
>
|
|
|
|
|
|
</el-col>
|
|
@@ -70,6 +72,7 @@ export default {
|
|
|
return {
|
|
|
menus: webmenus,
|
|
|
contactInfo: contactInfo,
|
|
|
+ ywImage:require('@/assets/gaImage.png')
|
|
|
};
|
|
|
},
|
|
|
created() {},
|
|
@@ -152,6 +155,11 @@ export default {
|
|
|
}
|
|
|
.el-link {
|
|
|
font-size: 12px;
|
|
|
+ margin: 0 10px 0 0;
|
|
|
+ }
|
|
|
+ .ywImage{
|
|
|
+ width: 10px;
|
|
|
+ height: 10px;
|
|
|
}
|
|
|
}
|
|
|
}
|