Authored by 陈峰

Merge branch 'feature/cart' into 'release/5.4.1'

微信编辑文字状态



See merge request !305
... ... @@ -20,7 +20,7 @@
</div>
</div>
{{/if}}
<button class="btn-edit">编辑</button>
<button class="btn-edit"></button>
</div>
{{#if ordinaryCart}}
... ...
... ... @@ -77,6 +77,10 @@
}
.btn-edit {
&:before {
content: "编辑";
}
display: none;
width: 100px;
height: 60px;
... ... @@ -334,10 +338,12 @@
}
.main-wrap.edit {
.nav-btn {
&:before {
content: "完成";
}
.nav-btn:before {
content: "完成";
}
.btn-edit:before {
content: "完成";
}
.all-gift-box {
... ...