|
|
@@ -43,7 +43,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="btn-view">
|
|
|
- <button :class="['admin-button-com', 'blue','big']" style="width: 130upx;" @click="createOrder">结账</button>
|
|
|
+ <button :class="['admin-button-com', 'blue','big']" style="width: 170upx;" @click="createOrder">创建账单</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -355,7 +355,7 @@ export default {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
- padding: 10upx 40upx;
|
|
|
+ padding: 10upx 10upx;
|
|
|
|
|
|
.info-view {
|
|
|
display: flex;
|