Browse Source

修正选择按钮宽度

newMaster
刘元博 3 years ago
parent
commit
b6153d1aef
  1. 2
      ruoyi-ui/src/views/system/user/profile/userAvatar.vue

2
ruoyi-ui/src/views/system/user/profile/userAvatar.vue

@ -24,7 +24,7 @@
</el-row> </el-row>
<br /> <br />
<el-row> <el-row>
<el-col :lg="2" :sm="2" :xs="2"> <el-col :lg="2" :sm="3" :xs="3">
<el-upload action="#" :http-request="requestUpload" :show-file-list="false" :before-upload="beforeUpload"> <el-upload action="#" :http-request="requestUpload" :show-file-list="false" :before-upload="beforeUpload">
<el-button size="small"> <el-button size="small">
选择 选择

Loading…
Cancel
Save