|
@@ -18,19 +18,19 @@
|
|
|
:on-error="handleError"
|
|
|
:show-upload-list="false"
|
|
|
>
|
|
|
- <Button
|
|
|
+ <i-button
|
|
|
icon="ios-cloud-upload-outline"
|
|
|
class="qm-primary-button"
|
|
|
style="width: 100%;"
|
|
|
>
|
|
|
上传作答
|
|
|
- </Button>
|
|
|
+ </i-button>
|
|
|
</Upload>
|
|
|
<div v-if="file !== null && loadingStatus">
|
|
|
待上传文件: {{ file.name }}
|
|
|
- <Button :loading="loadingStatus">{{
|
|
|
- loadingStatus ? "上传中..." : "上传"
|
|
|
- }}</Button>
|
|
|
+ <i-button :loading="loadingStatus">
|
|
|
+ {{ loadingStatus ? "上传中..." : "上传" }}
|
|
|
+ </i-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|