Authored by zzzzzzz

Merge branch 'hotfix/live' into release/5.2

... ... @@ -13,4 +13,4 @@ exports.config = {
transaction_events: {
enabled: true
}
};
\ No newline at end of file
};
... ...
{
"name": "m-yohobuy-node",
"version": "5.1.10",
"version": "5.1.11",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...
... ... @@ -188,8 +188,8 @@ $border: #e0e0e0;
position: absolute;
top: 50%;
left: 50%;
height: 100px;
width: 101px;
height: 104px;
width: 105px;
margin-left: -50px;
margin-top: -50px;
background: url("/activity/record-icon.png");
... ...