Showing
1 changed file
with
3 additions
and
1 deletions
@@ -27,7 +27,7 @@ | @@ -27,7 +27,7 @@ | ||
27 | flex: 1; | 27 | flex: 1; |
28 | } | 28 | } |
29 | .tabItem{ | 29 | .tabItem{ |
30 | - padding:0px 53px; | 30 | + /*padding:0px 53px;*/ |
31 | border-bottom: 3px solid #1ac045; | 31 | border-bottom: 3px solid #1ac045; |
32 | background-color: #0c1532; | 32 | background-color: #0c1532; |
33 | border-radius: 3px; | 33 | border-radius: 3px; |
@@ -36,6 +36,8 @@ | @@ -36,6 +36,8 @@ | ||
36 | cursor: pointer; | 36 | cursor: pointer; |
37 | font-family: "PingFang SC"; | 37 | font-family: "PingFang SC"; |
38 | box-sizing: border-box; | 38 | box-sizing: border-box; |
39 | + width: 170px; | ||
40 | + justify-content: center; | ||
39 | height: 40px; | 41 | height: 40px; |
40 | align-items: center; | 42 | align-items: center; |
41 | display: flex; | 43 | display: flex; |
-
Please register or login to post a comment