From c041d0712ed819bf4ea12a3c1c2a26d7063b02fb Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 화, 28 12월 2021 11:17:45 +0900 Subject: [PATCH] 대시보드 - 위험 관리 '구분', '담당부서' 컬럼 삭제 --- src/main/webapp/assets/styles/main.css | 23 +++++++++++++++++------ 1 files changed, 17 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css index e11c3e7..baf6003 100644 --- a/src/main/webapp/assets/styles/main.css +++ b/src/main/webapp/assets/styles/main.css @@ -262,6 +262,8 @@ margin-top: 0; margin-bottom: 1rem; overflow: auto; + white-space: pre-line; + word-break : break-word; -ms-overflow-style: scrollbar; } @@ -4855,6 +4857,11 @@ background-color: #34bfa3; } +.badge-department { + color: #fff; + background-color: #8d2b9b; +} + /*.badge-success[href]:hover, .badge-success[href]:focus { color: #fff; text-decoration: none; @@ -5216,9 +5223,8 @@ height: 150px } }*/ - .modal-open { - overflow: auto + overflow: hidden; } .modal { @@ -29714,7 +29720,7 @@ z-index: 2; overflow: hidden; margin-top: 80px; - } +} .footer-w .logo-element { text-align: center; @@ -30142,6 +30148,13 @@ font-size: 0.9rem; color: #777; font-weight: 800; +} + +.custom-detail-label { + color: #777; + font-weight: 600; + position: relative; + top: -6px; } input[type="number"]::-webkit-outer-spin-button, @@ -30584,6 +30597,4 @@ .tree, .tree ul { list-style:none; -} - - +} \ No newline at end of file -- Gitblit v1.8.0