|
|
|
|
@ -1,10 +1,13 @@ |
|
|
|
|
<template> |
|
|
|
|
<div class="auto-mode-container"> |
|
|
|
|
<div class="header"> |
|
|
|
|
<el-button type="text" @click="goBack()"> |
|
|
|
|
<i class="el-icon-arrow-left"></i> 返回选择模式 |
|
|
|
|
</el-button> |
|
|
|
|
<span class="mode-title">自动上传模式</span> |
|
|
|
|
<div class="header-left"> |
|
|
|
|
<el-button type="text" @click="goBack()"> |
|
|
|
|
<i class="el-icon-arrow-left"></i> 返回选择模式 |
|
|
|
|
</el-button> |
|
|
|
|
<span class="mode-title">自动上传模式</span> |
|
|
|
|
</div> |
|
|
|
|
<el-button class="config-btn" type="text" @click="configPage()">配置文件</el-button> |
|
|
|
|
</div> |
|
|
|
|
<div class="auto-content"> |
|
|
|
|
<div class="upload-status" v-if="lastUploadStatus"> |
|
|
|
|
@ -431,6 +434,7 @@ export default { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
margin-bottom: 30px; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.mode-title { |
|
|
|
|
|