Authored by lijing

订单头部对其

... ... @@ -30,9 +30,9 @@ module.exports = {
useOneapm: false,
useCache: false,
memcache: {
master: ['192.168.102.205:12111'],
slave: ['192.168.102.205:12111'],
session: ['192.168.102.205:12111'],
master: ['127.0.0.1:11211'],
slave: ['127.0.0.1:11211'],
session: ['127.0.0.1:11211'],
timeout: 1000,
retries: 0
},
... ...
... ... @@ -150,6 +150,7 @@
.with-bottom-space {
margin-bottom: $smallSpace;
line-height: 20px;
}
span {
... ... @@ -180,6 +181,7 @@
&.last {
border-bottom: none;
line-height: 20px;
}
}
}
... ... @@ -219,6 +221,7 @@
p {
margin-bottom: $space;
line-height: 20px;
}
.pay-operation {
... ...