1
This commit is contained in:
@@ -116,14 +116,21 @@
|
||||
<el-button type="primary" @click="handleVerify" :loading="verifyLoading">确认</el-button>
|
||||
</div>
|
||||
</el-dialog>
|
||||
|
||||
<!-- 页尾导航 -->
|
||||
<PublicFooterNav />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { submitPublicOrder, submitPublicOrderWithForce } from '@/api/public/order'
|
||||
import PublicFooterNav from '@/components/PublicFooterNav'
|
||||
|
||||
export default {
|
||||
name: 'PublicOrderSubmit',
|
||||
components: {
|
||||
PublicFooterNav
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
form: { command: '' },
|
||||
@@ -352,6 +359,7 @@ ${today} 001
|
||||
min-height: 100vh;
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
padding: 20px;
|
||||
padding-bottom: calc(80px + 20px); /* 为页尾导航留出空间 */
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user