Authored by 张文文

ui fix review by lea.guo

@@ -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 }
@@ -50,6 +50,7 @@ export default { @@ -50,6 +50,7 @@ export default {
50 } 50 }
51 51
52 .icon-right { 52 .icon-right {
  53 + font-size: 24px;
53 color: #999; 54 color: #999;
54 } 55 }
55 56
@@ -50,6 +50,7 @@ export default { @@ -50,6 +50,7 @@ export default {
50 } 50 }
51 51
52 .icon-right { 52 .icon-right {
  53 + font-size: 24px;
53 color: #999; 54 color: #999;
54 } 55 }
55 56