This commit is contained in:
曹辉 2023-04-27 11:34:09 +08:00
parent 0451b4894e
commit 2bdc750ca5

View File

@ -113,7 +113,7 @@
@click="rotateRight()"
></el-button>
</el-col>-->
<el-col :lg="{ span: 2, offset: 20 }" :md="2">
<el-col :lg="{ span: 2, offset: 19}" :md="2">
<el-button v-if="uploadbtn" type="primary" size="small" @click="uploadImg()">提 交</el-button>
<el-button v-else :loading="!uploadbtn" type="primary" size="small">提 交 中...</el-button>
</el-col>