|
@@ -475,14 +475,14 @@ export default {
|
|
|
flex: 1;
|
|
|
}
|
|
|
&:nth-child(2) {
|
|
|
- width: 340px;
|
|
|
+ width: 200px;
|
|
|
}
|
|
|
&:nth-child(3){
|
|
|
- width: 120px;
|
|
|
+ width: 200px;
|
|
|
// flex: 1;
|
|
|
}
|
|
|
&:nth-child(4),&:nth-child(5){
|
|
|
- width: 80px;
|
|
|
+ width: 120px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -502,17 +502,17 @@ export default {
|
|
|
flex: 1;
|
|
|
}
|
|
|
&:nth-child(2){
|
|
|
- width: 340px;
|
|
|
+ width: 200px;
|
|
|
}
|
|
|
&:nth-child(3){
|
|
|
- width: 120px;
|
|
|
+ width: 200px;
|
|
|
}
|
|
|
&:nth-child(4){
|
|
|
- width: 80px;
|
|
|
+ width: 120px;
|
|
|
+ color: $light_color;
|
|
|
}
|
|
|
&:nth-child(5){
|
|
|
width: 80px;
|
|
|
- color: $light_color;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -571,19 +571,20 @@ export default {
|
|
|
flex: 1;
|
|
|
}
|
|
|
&:nth-child(2){
|
|
|
- width: 340px;
|
|
|
+ width: 200px;
|
|
|
}
|
|
|
&:nth-child(3){
|
|
|
- width: 120px;
|
|
|
+ width: 200px;
|
|
|
}
|
|
|
&:nth-child(4){
|
|
|
- width: 80px;
|
|
|
- }
|
|
|
- &:nth-child(5){
|
|
|
- width: 80px;
|
|
|
+ width: 120px;
|
|
|
color: $light_color;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
+ // &:nth-child(5){
|
|
|
+ // width: 80px;
|
|
|
+
|
|
|
+ // }
|
|
|
}
|
|
|
}
|
|
|
}
|