掲示板HOME › UEFN & Creative › General › Tutorial & Course Discussions › このようなチームスコアボードを作成するにはどうすればよいですか?
2024/02/01 10:56
#3516
ユーザー3
fsdfa
<div class=”hcb_wrap”>
/*
.k-chip {
display: inline-flex;
flex-direction: row;
background-color: #e
fsdfa
<div class=”hcb_wrap”>
/*
.k-chip {
display: inline-flex;
flex-direction: row;
background-color: #e5e5e5;
border: none;
cursor: default;
height: 36px;
outline: none;
padding: 0 16px;
font-size: 14px;
color: #333333;
white-space: nowrap;
align-items: center;
border-radius: 9999px;
vertical-align: middle;
text-decoration: none;
justify-content: center;
} */
</div>