mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	修改用户头像预览宽高
This commit is contained in:
		@@ -220,8 +220,8 @@
 | 
				
			|||||||
	position: absolute;
 | 
						position: absolute;
 | 
				
			||||||
	top: 50%;
 | 
						top: 50%;
 | 
				
			||||||
	transform: translate(50%, -50%);
 | 
						transform: translate(50%, -50%);
 | 
				
			||||||
	width: 180px;
 | 
						width: 200px;
 | 
				
			||||||
	height: 180px;
 | 
						height: 200px;
 | 
				
			||||||
	border-radius: 50%;
 | 
						border-radius: 50%;
 | 
				
			||||||
	box-shadow: 0 0 4px #ccc;
 | 
						box-shadow: 0 0 4px #ccc;
 | 
				
			||||||
	overflow: hidden;
 | 
						overflow: hidden;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -27,7 +27,7 @@
 | 
				
			|||||||
        <el-col :lg="2" :md="2">
 | 
					        <el-col :lg="2" :md="2">
 | 
				
			||||||
          <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">
 | 
				
			||||||
              上传
 | 
					              选择
 | 
				
			||||||
              <i class="el-icon-upload el-icon--right"></i>
 | 
					              <i class="el-icon-upload el-icon--right"></i>
 | 
				
			||||||
            </el-button>
 | 
					            </el-button>
 | 
				
			||||||
          </el-upload>
 | 
					          </el-upload>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user