로그및 설정 변경경

This commit is contained in:
2025-08-30 11:31:02 +09:00
parent 7f0dcc8922
commit 26d0247810
5 changed files with 5 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ uri="http://java.sun.com/jsp/jstl/core" %>
type="text"
id="userId"
name="userId"
value=""
value="plm_admin"
placeholder="USER ID"
/>
<label for="userPw" class="userPw">PWD</label>
@@ -64,7 +64,7 @@ uri="http://java.sun.com/jsp/jstl/core" %>
type="password"
id="password"
name="password"
value=""
value="qlalfqjsgh11"
placeholder="PASSWORD"
/>
<div

View File

@@ -319,7 +319,7 @@ header h1 {display:flex; align-items:center; height: 100%}
.loginLogo_new {display: block; width: 246px; height: 100px; background: url(/images/loginLogo_kumho.png) left bottom no-repeat;background-size:contain; margin-bottom:10px;margin-left:-80px;}
.slogun_box_new {position: relative; margin:144px 0px 0px 330px; width:50%; height:640px; background:#E7E9F0; border-radius: 25px 0px 0px 25px; z-index:1;}
.slogun_box_new2 {display: block; width:78%; height:90%; background: url(/images/Intops-loginpage_last1.png) left bottom no-repeat; background-size:contain; margin-left:7%;padding-top:0;}
header h1 .mainLogo_new {display:block; margin-left:8px; width:223px; height:40px; background: url(/images/logo.png) center center no-repeat;
header h1 .mainLogo_new {display:block; margin-left:-68px; width:223px; height:25px; background: url(/images/logo.png) center center no-repeat;
background-size: contain; margin-top:0px; }
/*로그인 페이지 (intops)
@@ -2755,7 +2755,7 @@ a,a:visited,a:hover,a:active {
/* 우성SE */
/* basic.css 에 아래 코드 추가 */
#loginBack_ilshin { background: url(/images/loginPage_ilshin.jpg) no-repeat bottom; width:100%; height:100%; background-size: cover; position:absolute; top:0;}
#loginBack_ilshin { background: url(/images/loginPage_ilshin.png) no-repeat bottom; width:100%; height:100%; background-size: cover; position:absolute; top:0;}
#loginBack_ilshin > form#loginForm {height:100%;}
#loginBack_ilshin .login_layout {display:flex; height:100%;}
#loginBack_ilshin .logo_slogan_box {display:flex; padding:150px 120px; flex:4; background-color:rgba(255,255,255,0);}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

@@ -7,7 +7,7 @@ services:
- linux/amd64
container_name: wace-plm
ports:
- "7777:8080"
- "8989:8080"
environment:
- CATALINA_OPTS=-DDB_URL=jdbc:postgresql://211.115.91.141:11133/waceplm -DDB_USERNAME=postgres -DDB_PASSWORD=waceplm0909!! -Xms512m -Xmx1024m