Commit 3abdc84e authored by 潘永坪's avatar 潘永坪

购物车修改

parent a01c610c
......@@ -99,7 +99,7 @@
</view>
<view class="bottom-right">
<text v-if="showManage" class="btn">去结算</text>
<text v-else class="btn">删除(1)</text>
<text v-else class="btn">删除(1)</text>
</view>
</view>
</view>
......@@ -258,4 +258,13 @@ export default {
justify-content: center;
align-items: center;
}
.btn{
width: 200rpx;
height: 80rpx;
text-align: center;
line-height: 80rpx;
border-radius: 40rpx;
font-size: 32rpx;
font-weight: bold;
}
</style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment