From db5bbe29f9f724dcafd87b33cc1efd150ed0f489 Mon Sep 17 00:00:00 2001 From: jhjang <jhjang@maprex.co.kr> Date: 월, 25 10월 2021 14:17:50 +0900 Subject: [PATCH] 하위/연관 일감 검색 view추가 --- src/main/webapp/assets/styles/main.css | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css index c336ec9..5db069e 100644 --- a/src/main/webapp/assets/styles/main.css +++ b/src/main/webapp/assets/styles/main.css @@ -30174,3 +30174,39 @@ } /* 媛꾪듃李⑦듃 end */ + +/* �듃由ш뎄議� �엫�떆 */ + +.tree-container { + background-color: #f1f0f0; + border: 1px solid #c2c2c2; + padding: 20px; +} + + +.tree-body { +} + +.tree{ + margin-top: 5px; +} + +.tree{ + list-style: none; /* 湲곕낯 由ъ뒪�듃 �뒪���씪 �젣嫄� */ + padding-left: 0px; +} + +.tree ul { + list-style: none; /* 湲곕낯 由ъ뒪�듃 �뒪���씪 �젣嫄� */ +} + +.tree li { + padding-top: 5px; + margin-bottom: 5px; + list-style-position: inside; + padding-left: 10px; +} + +.tree li:before{ + content: '�뵒 ' +} -- Gitblit v1.8.0