添加踢人接口

This commit is contained in:
kron
2026-02-09 15:10:23 +08:00
parent b37f181c0f
commit b355f4e009
3 changed files with 34 additions and 4 deletions

View File

@@ -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;