|
|
@@ -96,7 +96,7 @@
|
|
|
<view class="commodity-view">
|
|
|
<view class="summary-bar">
|
|
|
<button class="admin-button-com blue middle" style="border:none;" @click.stop="delMemory()">清空购物车</button>
|
|
|
- <button class="admin-button-com blue middle" @click.stop="scanCode()" style="border:none;padding:18upx 20upx; display:flex; align-items:center;">
|
|
|
+ <button class="admin-button-com blue big" @click.stop="scanCode()" style="border:none;padding:22upx 34upx; display:flex; align-items:center;">
|
|
|
<view class="btn-content">
|
|
|
<text class="btn-text" style="font-size: 28upx;">扫一扫</text>
|
|
|
</view>
|
|
|
@@ -643,10 +643,9 @@ export default {
|
|
|
position: relative;
|
|
|
background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
|
|
|
border: none;
|
|
|
- border-radius: 50upx;
|
|
|
padding: 0;
|
|
|
height: 80upx;
|
|
|
- min-width: 210upx;
|
|
|
+ min-width: 180upx;
|
|
|
box-shadow: 0 8upx 20upx rgba(165, 94, 234, 0.3);
|
|
|
overflow: hidden;
|
|
|
&:active {
|
|
|
@@ -656,6 +655,7 @@ export default {
|
|
|
|
|
|
.btn-content {
|
|
|
display: flex;
|
|
|
+ min-width: 130upx;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
height: 100%;
|