diff --git a/egovframe-template-simple-react-contribution/src/css/Custom/customMain.css b/egovframe-template-simple-react-contribution/src/css/Custom/customMain.css index d171b37..e7f5e49 100644 --- a/egovframe-template-simple-react-contribution/src/css/Custom/customMain.css +++ b/egovframe-template-simple-react-contribution/src/css/Custom/customMain.css @@ -18,14 +18,14 @@ } .code_list .head >span:nth-child(2),.code_list .result .List_Codes >div:nth-child(2){ text-align: left; - width: 13%; + width: 15%; } .code_list .head >span:nth-child(3),.code_list .result .List_Codes >div:nth-child(3){ text-align: left; width: 10%; } .code_list .head >span:nth-child(4),.code_list .result .List_Codes >div:nth-child(4) { - width: 36%; + width: 34%; text-align: left; } .code_list .head >span:nth-child(5),.code_list .result .List_Codes >div:nth-child(5){ @@ -65,7 +65,7 @@ border-radius: 4px; border: 1px solid black; text-decoration: none; - + cursor: pointer; } .vieweratag:hover{ transition: background-color .3s; diff --git a/egovframe-template-simple-react-contribution/src/pages/standardCode/StandardCodeList.jsx b/egovframe-template-simple-react-contribution/src/pages/standardCode/StandardCodeList.jsx index 7a2caf4..3c1f2eb 100644 --- a/egovframe-template-simple-react-contribution/src/pages/standardCode/StandardCodeList.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/standardCode/StandardCodeList.jsx @@ -19,7 +19,7 @@ function StandardCodeList(props) { const groupseq = param.groupseq; console.log(groupseq); EgovNet.requestFetch( - '/standardCode/testCodeList.do', + '/standardCode/codeListModal.do', { method: "POST", headers: { @@ -120,7 +120,7 @@ function StandardCodeList(props) {
{item.middleCategory}
{item.kcscCd}
{item.groupNm}
-
개정이력
+
개정이력
{item.contentcount>0?내용보기:null}
{item.docFileGrpId==null?null:}
@@ -161,7 +161,7 @@ function StandardCodeList(props) { {/* */} -
+
{/* */}
diff --git a/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer.js b/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer.js index 1b53ca7..b56b13d 100644 --- a/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer.js +++ b/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer.js @@ -126,7 +126,12 @@ function CodeViewer(props) { const docPartMap = new Map(); for(let i=0; i'+ ''+