avatar样式
This commit is contained in:
parent
c9a63d686b
commit
9864b9bb5f
@ -275,8 +275,7 @@ export default class ClientList {
|
|||||||
padding: '5px 0',
|
padding: '5px 0',
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
bottom: '-5px',
|
bottom: '-2px',
|
||||||
left: '85px',
|
|
||||||
},
|
},
|
||||||
value: item.name ?? item.id,
|
value: item.name ?? item.id,
|
||||||
type: 'text',
|
type: 'text',
|
||||||
|
@ -62,11 +62,12 @@ export function Dialog(options) {
|
|||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
padding: 1em;
|
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 150px;
|
border-radius: 150px;
|
||||||
box-shadow: 0 0 1em #ccc;
|
box-shadow: 0 0 1em #ccc;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
`
|
`
|
||||||
element.appendChild(content)
|
element.appendChild(content)
|
||||||
// 点击空白处关闭
|
// 点击空白处关闭
|
||||||
|
Loading…
Reference in New Issue
Block a user