관련싸이트 디자인 수정

thkim
Lim\jun 2024-04-22 11:59:39 +09:00
parent fcb5ed5a42
commit c7c34f6354
2 changed files with 24 additions and 24 deletions

View File

@ -142,16 +142,16 @@
.BRD005 .result .list_item > div:nth-child(5) {width: 100px;} .BRD005 .result .list_item > div:nth-child(5) {width: 100px;}
/* 게시판 관리 */ /* 게시판 관리 */
.BRD006 .head > span:nth-child(1) {width: 75px;} .BRD006 .head > span:nth-child(1) {width: 160px; text-align: left;}
.BRD006 .head > span:nth-child(3) {width: 160px;} .BRD006 .head > span:nth-child(3) {width: 160px;}
.BRD006 .head > span:nth-child(4) {width: 168px;} .BRD006 .head > span:nth-child(4) {width: 70px;}
.BRD006 .head > span:nth-child(5) {width: 70px;} .BRD006 .head > span:nth-child(5) {width: 70px;}
.BRD006 .head > span:nth-child(6) {width: 140px;} .BRD006 .head > span:nth-child(6) {width: 120px;}
.BRD006 .result .list_item > div:nth-child(1) {width: 75px;} .BRD006 .result .list_item > div:nth-child(1) {width: 160px; text-align: left;}
.BRD006 .result .list_item > div:nth-child(3) {width: 160px;} .BRD006 .result .list_item > div:nth-child(3) {width: 160px;}
.BRD006 .result .list_item > div:nth-child(4) {width: 168px;} .BRD006 .result .list_item > div:nth-child(4) {width: 70px;}
.BRD006 .result .list_item > div:nth-child(5) {width: 70px;} .BRD006 .result .list_item > div:nth-child(5) {width: 70px;}
.BRD006 .result .list_item > div:nth-child(6) {width: 140px;} .BRD006 .result .list_item > div:nth-child(6) {width: 120px;}
/* 사이트관리 > 사용자관리 > 사용자목록 */ /* 사이트관리 > 사용자관리 > 사용자목록 */
.userList .head > span:nth-child(1) {width: 60px;} .userList .head > span:nth-child(1) {width: 60px;}

View File

@ -53,7 +53,7 @@ function StandardCodeMgt(props) {
<div className="list_item"> <div className="list_item">
<div>{item.siteTitle}</div> <div>{item.siteTitle}</div>
<div>{item.siteUrl}</div> <div>{item.siteUrl}</div>
<div><Image src={"http://back.kcsc.dbnt.co.kr/admin/config/get-site-image?fileGrpId=" + item.fileGrpId} alt="이미지" onClick={(e) => window.open(e.target.src)}/></div> <div><Image src={"http://back.kcsc.dbnt.co.kr/admin/config/get-site-image?fileGrpId=" + item.fileGrpId} alt="이미지" onClick={(e) => window.open(e.target.src)} width={"150"}/></div>
<div>{item.siteOrder}</div> <div>{item.siteOrder}</div>
<div>{item.useYn}</div> <div>{item.useYn}</div>
<div><button className={"btn btn_blue_h31 px-1"} onClick={()=>{editPartnerSite(item)}}>수정</button></div> <div><button className={"btn btn_blue_h31 px-1"} onClick={()=>{editPartnerSite(item)}}>수정</button></div>