mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-03-05 03:20:45 +08:00
feat: update avatar upload
This commit is contained in:
@@ -294,13 +294,12 @@ export default {
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
/* 容器:定位 + 光标 */
|
||||
.avatar-container {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
border-radius: 40px;
|
||||
cursor: pointer;
|
||||
background-color: lightgray;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
/* 隐藏默认文件选择按钮 */
|
||||
|
||||
Reference in New Issue
Block a user