Commit 1660ec81 by 林家欣

fix: 修改机构概况bug

parent f35559d4
...@@ -2076,6 +2076,11 @@ export default { ...@@ -2076,6 +2076,11 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
width: 100%;
.ywdt-bt{
width: 100%;
text-align: center;
}
} }
.ywdt-bt { .ywdt-bt {
......
...@@ -150,7 +150,7 @@ export default { ...@@ -150,7 +150,7 @@ export default {
}, },
{ {
name: '宁波分中心', name: '宁波分中心',
branchCode: '3302', branchCode: '3305',
}, },
{ {
name: '安徽分中心', name: '安徽分中心',
......
...@@ -139,6 +139,7 @@ export default { ...@@ -139,6 +139,7 @@ export default {
color: #fff; color: #fff;
padding: 2px 5px; padding: 2px 5px;
box-shadow: 1px 1px #666; box-shadow: 1px 1px #666;
font-size: 16px;
} }
} }
.tip-text { .tip-text {
......
...@@ -413,7 +413,7 @@ export default { ...@@ -413,7 +413,7 @@ export default {
}, },
{ {
name: '喀麦隆', name: '喀麦隆',
url: 'http://www.gs1ma.org' url: ''
}, },
], ],
}, },
......
...@@ -247,6 +247,7 @@ export default { ...@@ -247,6 +247,7 @@ export default {
margin-bottom: 10px; margin-bottom: 10px;
a { a {
text-decoration: none; text-decoration: none;
color: #008dbd;
&.red { &.red {
color: #f00; color: #f00;
} }
......
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