|
@@ -3,14 +3,14 @@
|
|
|
* @Author: gcz
|
|
|
* @Date: 2024-01-12 17:12:35
|
|
|
* @LastEditors: gcz
|
|
|
- * @LastEditTime: 2024-01-12 19:41:52
|
|
|
+ * @LastEditTime: 2024-02-01 09:50:55
|
|
|
* @FilePath: \great_webui\src\views\officesale\preorder.vue
|
|
|
* @Copyright: Copyright (c) 2016~2024 by gcz, All Rights Reserved.
|
|
|
-->
|
|
|
<template>
|
|
|
<!-- 预约赠票 -->
|
|
|
<div class="app-container">
|
|
|
- <div class="item u-flex">
|
|
|
+ <div class="item u-flex" style="margin-top: 50px;">
|
|
|
<div class="title ticketType">票务类型</div>
|
|
|
<el-radio-group v-model="form.ticketType">
|
|
|
<el-radio :label="1">普通席</el-radio>
|
|
@@ -24,7 +24,7 @@
|
|
|
<div>张</div>
|
|
|
</div>
|
|
|
<div class="item">
|
|
|
- <el-button type="primary" @click="handleOpen">开始打印</el-button>
|
|
|
+ <el-button style="margin: 20px 0 0 120px;" type="primary" @click="handleOpen">开始打印</el-button>
|
|
|
</div>
|
|
|
|
|
|
<el-dialog
|
|
@@ -179,7 +179,7 @@ const axios = require('axios');
|
|
|
.title.ticketType{
|
|
|
position: relative;
|
|
|
top: -3px;
|
|
|
- margin-right: 10px;
|
|
|
+ margin: 0 20px auto 0;
|
|
|
}
|
|
|
}
|
|
|
.el-input{
|