관리자 퍼블 업뎃

thkim
Lim\jun 2024-07-04 17:28:53 +09:00
parent 4837200e37
commit a53cc8237b
2 changed files with 2 additions and 2 deletions

View File

@ -167,7 +167,7 @@
/* 사이트관리 > 사용자관리 > 사용자목록 */ /* 사이트관리 > 사용자관리 > 사용자목록 */
.userList .head > span:nth-child(1) {width: 60px;} .userList .head > span:nth-child(1) {width: 20px;}
.userList .head > span:nth-child(2) {width: 100px;} .userList .head > span:nth-child(2) {width: 100px;}
.userList .head > span:nth-child(3) {width: 100px;} .userList .head > span:nth-child(3) {width: 100px;}
.userList .head > span:nth-child(4) {width: 120px;} .userList .head > span:nth-child(4) {width: 120px;}

View File

@ -145,7 +145,7 @@ function List({}) {
</ul> </ul>
</div> </div>
<div className="board_list userList"> <div className="board_list "> {/* userList 칸이 안맞아서 제거함.*/}
<div className="head"> <div className="head">
<span>아이디</span> <span>아이디</span>
<span>이름</span> <span>이름</span>