|
@@ -85,7 +85,7 @@
|
|
|
@click="back"
|
|
|
size="small"
|
|
|
type="primary"
|
|
|
- style="margin-left: 20px;"
|
|
|
+ style="margin-left: 10px;"
|
|
|
><i class="el-icon-arrow-left"></i> 返回</el-button
|
|
|
>
|
|
|
</div>
|
|
@@ -760,7 +760,7 @@
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
<el-dialog
|
|
|
- title="上传答案2文件"
|
|
|
+ title="上传答案文件"
|
|
|
:visible.sync="dialogAnswerFile"
|
|
|
:before-close="closeAnswerDialog"
|
|
|
>
|
|
@@ -776,7 +776,6 @@
|
|
|
type="file"
|
|
|
value="上传答案文件"
|
|
|
accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
|
|
|
- webkitdirectory
|
|
|
/>
|
|
|
<el-button
|
|
|
@click="uploadAnswerFile"
|
|
@@ -788,7 +787,7 @@
|
|
|
<span v-show="uploadAnswerLoading">正在上传中...</span>
|
|
|
</el-button>
|
|
|
</form>
|
|
|
- <div style="margin-top: 10px;">
|
|
|
+ <div style="margin-top: 20px;">
|
|
|
<span style="color: #ff4949;" v-show="answerMessage != ''">{{
|
|
|
answerMessage
|
|
|
}}</span>
|