OWL ITS + 탐지시스템(인터넷 진흥원)
wyu
2021-12-17 66550f0f5dc72370869a76daf601eeb2d1d41850
src/main/webapp/views/issue/issueDetail.html
@@ -692,7 +692,7 @@
                            <div class="tab-content">
                                <!--    전체 기록 보기    -->
                                <div ng-if="vm.activeTab == 'ALL'">
                                    <div class="ae-item" ng-repeat="activeHistory in vm.viewer.activeHistory">
                                    <div class="ae-item row" ng-repeat="activeHistory in vm.viewer.activeHistory">
                                        <!--    기록인 경우  -->
                                        <div class="aei-content"
                                             ng-if="$root.isDefined(activeHistory.issueHistoryType)">
@@ -704,21 +704,23 @@
                                        <!--    댓글인 경우  -->
                                        <div ng-if="!$root.isDefined(activeHistory.issueHistoryType)"
                                             ng-show="vm.viewer.title !== activeHistory.title">
                                            <div>
                                            <span class="dot">
                                                하위이슈 : {{::activeHistory.title}}
                                            </div>
                                            </span>
                                        </div>
                                        <div class="aei-image" ng-if="!$root.isDefined(activeHistory.issueHistoryType)">
                                            <div class="user-avatar-w">
                                                <img alt="image" ng-src="{{::activeHistory.profile}}">
                                            <div class="aei-image" style="position: absolute; top: 30%" ng-if="!$root.isDefined(activeHistory.issueHistoryType)">
                                                <div class="user-avatar-w">
                                                    <img alt="image" ng-src="{{::activeHistory.profile}}">
                                                </div>
                                            </div>
                                        </div>
                                        <div class="aei-content"
                                             ng-if="!$root.isDefined(activeHistory.issueHistoryType)">
                                            <h6 class="aei-title">
                                            <h6 class="aei-title mt-1" style="margin-left: 3.3%">
                                                {{::activeHistory.registerName}}
                                            </h6>
                                            <div class="date-break">
                                            <div class="date-break mt-2" style="margin-left: 3.3%">
                                                <span>{{::activeHistory.registerDate}}</span>
                                            </div>
                                            <div class="aei-delete"
@@ -727,7 +729,7 @@
                                                <i class="os-icon os-icon-close"></i>
                                            </div>
                                            <div class="chat-messages">
                                                <div class="message">
                                                <div class="message" style="margin-left: 3.3%">
                                                    <div class="message-content">
                                                        <span class="issue-detail-word-break">{{::activeHistory.description}}</span>
                                                    </div>