Merge branch 'feature/customerService' into gray
Showing
1 changed file
with
4 additions
and
2 deletions
@@ -1071,17 +1071,19 @@ $color-3a3a3a: #3a3a3a; | @@ -1071,17 +1071,19 @@ $color-3a3a3a: #3a3a3a; | ||
1071 | 1071 | ||
1072 | .discontent { | 1072 | .discontent { |
1073 | max-height: 155px; | 1073 | max-height: 155px; |
1074 | - overflow: scroll; | 1074 | + overflow-y: scroll; |
1075 | + overflow-x: hidden; | ||
1075 | margin-bottom: 30px; | 1076 | margin-bottom: 30px; |
1076 | 1077 | ||
1077 | .dis-row { | 1078 | .dis-row { |
1078 | font-size: 0; | 1079 | font-size: 0; |
1080 | + text-align: center; | ||
1079 | margin-bottom: 13px; | 1081 | margin-bottom: 13px; |
1080 | 1082 | ||
1081 | .type { | 1083 | .type { |
1082 | position: relative; | 1084 | position: relative; |
1083 | display: inline-block; | 1085 | display: inline-block; |
1084 | - width: 166px; | 1086 | + width: 155px; |
1085 | height: 40px; | 1087 | height: 40px; |
1086 | padding: 0 2px; | 1088 | padding: 0 2px; |
1087 | font-size: 12px; | 1089 | font-size: 12px; |
-
Please register or login to post a comment