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>