ui fix review by lea.guo
Showing
3 changed files
with
5 additions
and
3 deletions
@@ -61,10 +61,10 @@ export default { | @@ -61,10 +61,10 @@ export default { | ||
61 | content: ""; | 61 | content: ""; |
62 | position: absolute; | 62 | position: absolute; |
63 | width: 1px; | 63 | width: 1px; |
64 | - height: 80px; | ||
65 | - top: 10px; | 64 | + height: 40px; |
65 | + top: 20px; | ||
66 | right: 0; | 66 | right: 0; |
67 | - background: linear-gradient(#fff, #e0e0e0, #fff); | 67 | + background: #e0e0e0; |
68 | } | 68 | } |
69 | } | 69 | } |
70 | } | 70 | } |
-
Please register or login to post a comment