|
|
@@ -61,13 +61,15 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="rotation-controls">
|
|
|
- <el-button type="primary" plain @click="rotate(-90)">向左旋转</el-button>
|
|
|
- <el-button type="primary" plain @click="rotate(90)">向右旋转</el-button>
|
|
|
+ <el-button type="primary" plain size="small" @click="rotate(-90)">向左旋转</el-button>
|
|
|
+ <el-button type="primary" plain size="small" @click="rotate(90)">向右旋转</el-button>
|
|
|
</div>
|
|
|
<template #footer>
|
|
|
- <div class="dialog-footer">
|
|
|
- <el-button @click="previewVisible = false">取消</el-button>
|
|
|
- <el-button
|
|
|
+ <div class="dialog-footer text-center">
|
|
|
+ <el-button hc-btn size="large" type="info" @click="previewVisible = false">取消</el-button>
|
|
|
+ <el-button
|
|
|
+ size="large"
|
|
|
+ hc-btn
|
|
|
type="primary"
|
|
|
:loading="confirmLoading"
|
|
|
@click="confirmRotation"
|