Authored by 张文文

ui fix review by lea.guo

... ... @@ -61,10 +61,10 @@ export default {
content: "";
position: absolute;
width: 1px;
height: 80px;
top: 10px;
height: 40px;
top: 20px;
right: 0;
background: linear-gradient(#fff, #e0e0e0, #fff);
background: #e0e0e0;
}
}
}
... ...
... ... @@ -50,6 +50,7 @@ export default {
}
.icon-right {
font-size: 24px;
color: #999;
}
... ...
... ... @@ -50,6 +50,7 @@ export default {
}
.icon-right {
font-size: 24px;
color: #999;
}
... ...