Browse Source

样式修改

duy 1 month ago
parent
commit
5f69e77e64
1 changed files with 7 additions and 5 deletions
  1. 7 5
      src/components/plugins/table-form/hc-form-upload.vue

+ 7 - 5
src/components/plugins/table-form/hc-form-upload.vue

@@ -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"