Commit f2040a76 authored by linxin's avatar linxin

Merge branch 'liuxin' into develop

parents 0875c6ee 3a05fd18
...@@ -47,7 +47,6 @@ export default { ...@@ -47,7 +47,6 @@ export default {
padding-bottom: 8px; padding-bottom: 8px;
align-items: center; align-items: center;
box-shadow: 0 2px 3px 0 rgba(220, 220, 221, 0.50); box-shadow: 0 2px 3px 0 rgba(220, 220, 221, 0.50);
.tab-content { .tab-content {
display: block; display: block;
width: 45.9%; width: 45.9%;
...@@ -73,17 +72,11 @@ export default { ...@@ -73,17 +72,11 @@ export default {
.tab-content-bg{ .tab-content-bg{
background: rgba(0,70,156,0.10); background: rgba(0,70,156,0.10);
} }
.tab-content:nth-of-type(1) {
margin-left: 12px
}
img { img {
width:16px; width:16px;
height: 16px; height: 16px;
// margin-right:5.7px; // margin-right:5.7px;
} }
.tab-content:nth-of-type(2) { .tab-content:nth-of-type(2) {
margin-left: 7px; margin-left: 7px;
} }
......
...@@ -75,10 +75,6 @@ export default { ...@@ -75,10 +75,6 @@ export default {
background: rgba(0,70,156,0.10); background: rgba(0,70,156,0.10);
} }
.tab-content:nth-of-type(1) {
margin-left: 12px
}
img { img {
height: 16px; height: 16px;
// margin-right:5.7px; // margin-right:5.7px;
......
...@@ -74,10 +74,6 @@ export default { ...@@ -74,10 +74,6 @@ export default {
background: rgba(0,70,156,0.10); background: rgba(0,70,156,0.10);
} }
.tab-content:nth-of-type(1) {
margin-left: 12px
}
img { img {
height: 16px; height: 16px;
} }
......
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