添加踢人接口
This commit is contained in:
@@ -80,6 +80,7 @@ const seats = new Array(props.total).fill(1);
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
top: 0;
|
||||
}
|
||||
.avatar {
|
||||
display: flex;
|
||||
@@ -110,7 +111,8 @@ const seats = new Array(props.total).fill(1);
|
||||
.founder {
|
||||
position: absolute;
|
||||
background-color: #fed847;
|
||||
top: 6px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
color: #000;
|
||||
font-size: 10px;
|
||||
padding: 2px 5px;
|
||||
|
||||
Reference in New Issue
Block a user