avatar样式

This commit is contained in:
2023-10-05 18:33:55 +08:00
parent c9a63d686b
commit 9864b9bb5f
2 changed files with 3 additions and 3 deletions

View File

@ -275,8 +275,7 @@ export default class ClientList {
padding: '5px 0',
textAlign: 'center',
position: 'absolute',
bottom: '-5px',
left: '85px',
bottom: '-2px',
},
value: item.name ?? item.id,
type: 'text',

View File

@ -62,11 +62,12 @@ export function Dialog(options) {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 1em;
background-color: #fff;
border-radius: 150px;
box-shadow: 0 0 1em #ccc;
overflow: hidden;
display: flex;
justify-content: center;
`
element.appendChild(content)
// 点击空白处关闭