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