From 3571222dcf5f25b458b822fe888d695622144016 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 화, 28 12월 2021 21:44:36 +0900 Subject: [PATCH] - 연관이슈, 하위이슈 추가 시 이슈타입 별 담당부서 불러오기 - 이슈 상세페이지에서 하위이슈 리스트에서 제거 시 팝업 문구 수정 --- src/main/webapp/views/user/userDetail.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/user/userDetail.html b/src/main/webapp/views/user/userDetail.html index e481ab9..7da2c61 100644 --- a/src/main/webapp/views/user/userDetail.html +++ b/src/main/webapp/views/user/userDetail.html @@ -17,7 +17,7 @@ <div class="user-sub" ng-if="$root.isDefined($root.user.phone)"> <span translate="users.phoneNumber">�뿰�씫泥�</span> : {{$root.user.phone}} </div> - <div class="user-sub" ng-if="vm.myLevel != null"> + <div class="user-sub form-text" ng-if="vm.myLevel != null"> <span translate="users.myLevel">�벑湲�</span> : {{vm.myLevel}} </div> <div class="user-sub" ng-if="vm.myDepartments != null"> -- Gitblit v1.8.0