|
|
@@ -387,14 +387,14 @@ export default {
|
|
|
}
|
|
|
.border {
|
|
|
margin: 11px 0;
|
|
|
- border: 1px solid @bg;
|
|
|
+ border-bottom: 1px solid @bg;
|
|
|
}
|
|
|
.tabs {
|
|
|
.flex();
|
|
|
.tab {
|
|
|
width: 38px;
|
|
|
height: 20px;
|
|
|
- background: #d3edff;
|
|
|
+ background: #efefef;
|
|
|
border-radius: 2px;
|
|
|
margin-right: 20px;
|
|
|
font-size: 13px;
|
|
|
@@ -402,6 +402,7 @@ export default {
|
|
|
text-align: center;
|
|
|
line-height: 20px;
|
|
|
&.active {
|
|
|
+ background: #d3edff;
|
|
|
color: @prim;
|
|
|
}
|
|
|
}
|
|
|
@@ -436,6 +437,7 @@ export default {
|
|
|
img {
|
|
|
width: 16px;
|
|
|
height: 16px;
|
|
|
+ border-radius: 0;
|
|
|
}
|
|
|
.text1 {
|
|
|
.text13();
|
|
|
@@ -473,7 +475,7 @@ export default {
|
|
|
}
|
|
|
.border {
|
|
|
margin: 11px 0;
|
|
|
- border: 1px solid @bg;
|
|
|
+ border-bottom: 1px solid @bg;
|
|
|
}
|
|
|
.box {
|
|
|
display: flex;
|