avatar样式
This commit is contained in:
parent
c9a63d686b
commit
9864b9bb5f
@ -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',
|
||||
|
@ -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)
|
||||
// 点击空白处关闭
|
||||
|
Loading…
Reference in New Issue
Block a user