관리자 워크플로우 수정 및 클래스 추가
This commit is contained in:
HappyITN 2022-09-27 11:29:13 +09:00
parent 1adc2c4bb7
commit 9f9bff9902
2 changed files with 7 additions and 2 deletions

View File

@ -56,6 +56,9 @@
window.open("<c:url value='/cmm/fms/FileDown.do?atchFileId=" + atchFileId + "&fileSn=" + fileSn + "'/>");
}
</script>
<style type="text/css">
.wrap {min-width:1660px;}
</style>
</head>
<body>
<form:form id="listForm" name="listForm" commandName="apmVO" onsubmit="return false;" method="post">

View File

@ -413,12 +413,12 @@ table select+button{vertical-align: middle;}
#pageUnit{width: 100px}
/* 워크플로우 */
.work_flow_wrap{background-color: #f1f2f4; border: 1px solid #d5d5d5; border-radius: 5px; padding: 0 20px; margin: 0 0 30px 0;transition: all 0.5s ease; height: auto;}
.work_flow_wrap{background-color: #f1f2f4; border: 1px solid #d5d5d5; border-radius: 5px; padding: 0 20px; margin: 0 0 30px 0;transition: all 0.5s ease; height: auto;min-width:1200px;box-sizing:border-box;}
.work_flow_wrap .work_tit{display: flex; justify-content: space-between; align-items: center; font-size: 20px; padding: 20px 0 20px 6px;}
.btn_open, .work_flow_wrap .btn_close{width: 30px; height: 30px; border-radius: 5px; background-color: #fff;}
.btn_open i{display: inline-block; width: 100%; height: 100%; background-image: url(/kccadrPb/usr/image/common/btn_plus.png); background-repeat: no-repeat; background-position: center;}
.work_flow_wrap .btn_close i{display: inline-block; width: 100%; height: 100%; background-image: url(/kccadrPb/usr/image/common/btn_minus.png); background-repeat: no-repeat; background-position: center;}
.work_cont{background-color: #fff; border-radius: 5px; padding: 20px 25px; margin: 0 0 25px 0;transition: all 0.5s ease;height:714px;overflow:hidden;}
.work_cont{background-color: #fff; border-radius: 5px; padding: 20px 25px; margin: 0 0 25px 0;transition: all 0.5s ease;height:740px;overflow:hidden;width:1160px;box-sizing:border-box;}
.work_flow_wrap .top_work{display: flex; justify-content: space-between; align-items: center;}
.work_flow_wrap .work_cont .top_work li{overflow: visible;}
@ -436,5 +436,7 @@ table select+button{vertical-align: middle;}
.work_flow_wrap.off .work_cont{height: 0; padding: 0 25px; margin: 0; transition: all 0.5s ease;}
.work_cont .status01 p{border: 1px solid #ea5404; color: #ea5404;}
.work_cont p.status01{border: 1px solid #ea5404; color: #ea5404;}
.work_cont .status02 p{border: 2px solid #1b6fcd; color: #1b6fcd; font-weight: 500;}
.work_cont p.status02{border: 2px solid #1b6fcd; color: #1b6fcd; font-weight: 500;}
/* //워크플로우 */