컴포넌트 수정
@ccfc3dd1e44b0a970ae7ef58383704b80aee0e36
--- html/onSejong/common/notice/notice.html
+++ html/onSejong/common/notice/notice.html
... | ... | @@ -103,7 +103,7 @@ |
| 103 | 103 |
</div> |
| 104 | 104 |
<div class="list-type"> |
| 105 | 105 |
<table> |
| 106 |
- <caption>청강생 목록</caption> |
|
| 106 |
+ <caption>공지사항 목록</caption> |
|
| 107 | 107 |
<colgroup> |
| 108 | 108 |
<col style="width: 80px" /> |
| 109 | 109 |
<col /> |
--- html/onSejong/index.html
+++ html/onSejong/index.html
... | ... | @@ -251,6 +251,16 @@ |
| 251 | 251 |
clear: both; |
| 252 | 252 |
} |
| 253 | 253 |
|
| 254 |
+ .label {
|
|
| 255 |
+ display: inline-flex; |
|
| 256 |
+ align-items: center; |
|
| 257 |
+ padding:0 4px; |
|
| 258 |
+ height: 16px; |
|
| 259 |
+ font-size: 9px; |
|
| 260 |
+ background-color: #999; |
|
| 261 |
+ color:#fff; |
|
| 262 |
+ margin-left: 4px !important; |
|
| 263 |
+ } |
|
| 254 | 264 |
/********design : 디자인 요청, mod : 변경, ready : 작업완료, temp : 임시파일, x : 삭제대상 ********/ |
| 255 | 265 |
</style> |
| 256 | 266 |
<script> |
... | ... | @@ -445,21 +455,21 @@ |
| 445 | 455 |
</ul> |
| 446 | 456 |
</li> |
| 447 | 457 |
<li class="before"> |
| 448 |
- 가정통신문(중복) |
|
| 458 |
+ 가정통신문<span class="label">중복</span> |
|
| 449 | 459 |
<ul> |
| 450 | 460 |
<li>목록</li> |
| 451 | 461 |
<li>상세보기</li> |
| 452 | 462 |
</ul> |
| 453 | 463 |
</li> |
| 454 | 464 |
<li class="before"> |
| 455 |
- 학사일정(중복) |
|
| 465 |
+ 학사일정<span class="label">중복</span> |
|
| 456 | 466 |
<ul> |
| 457 | 467 |
<li>목록</li> |
| 458 | 468 |
<li>상세보기</li> |
| 459 | 469 |
</ul> |
| 460 | 470 |
</li> |
| 461 | 471 |
<li class="before"> |
| 462 |
- 채용공고(중복) |
|
| 472 |
+ 채용공고<span class="label">중복</span> |
|
| 463 | 473 |
<ul> |
| 464 | 474 |
<li>목록</li> |
| 465 | 475 |
<li>상세보기</li> |
... | ... | @@ -485,14 +495,14 @@ |
| 485 | 495 |
</ul> |
| 486 | 496 |
</li> |
| 487 | 497 |
<li class="before"> |
| 488 |
- 정보목록공개(중복) |
|
| 498 |
+ 정보목록공개<span class="label">중복</span> |
|
| 489 | 499 |
<ul> |
| 490 | 500 |
<li>목록</li> |
| 491 | 501 |
<li>상세보기</li> |
| 492 | 502 |
</ul> |
| 493 | 503 |
</li> |
| 494 | 504 |
<li class="before"> |
| 495 |
- 비공개 대상 세부 목록 공개(중복) |
|
| 505 |
+ 비공개 대상 세부 목록 공개<span class="label">중복</span> |
|
| 496 | 506 |
<ul> |
| 497 | 507 |
<li>목록</li> |
| 498 | 508 |
<li>상세보기</li> |
... | ... | @@ -605,7 +615,7 @@ |
| 605 | 615 |
<li class="add"> |
| 606 | 616 |
[뷰어]공동문서편집 |
| 607 | 617 |
<ul> |
| 608 |
- <li>공동문서편집,manager/class/documentCollab.html</li> |
|
| 618 |
+ <li>공동문서편집,manager/class/documentCollab.html</li> |
|
| 609 | 619 |
<li>[팝업]그룹설정,manager/class/pop_groupSet.html</li> |
| 610 | 620 |
<li>[팝업]글쓰기,manager/class/pop_documentCollabWrite.html</li> |
| 611 | 621 |
</ul> |
... | ... | @@ -619,7 +629,7 @@ |
| 619 | 629 |
<li>상세보기,manager/class/homeworkView.html</li> |
| 620 | 630 |
<li>[팝업]제출 현황,manager/class/pop_homeworkSubmit.html</li> |
| 621 | 631 |
<li>과제 만들기,manager/class/homeworkWrite.html</li> |
| 622 |
- <li>[팝업]과제 가져오기,manager/class/pop_loadHomework.html</li> |
|
| 632 |
+ <li>[팝업]과제 가져오기,manager/class/pop_loadHomework.html</li> |
|
| 623 | 633 |
<li>제출 과제보기,manager/class/homeworkSubmit.html</li> |
| 624 | 634 |
<li>[팝업]점수 확인,manager/class/pop_homeworkScoreView.html</li> |
| 625 | 635 |
<li>[팝업]과제물 조회/평가,manager/class/pop_homeworkSubmitView.html</li> |
... | ... | @@ -704,19 +714,19 @@ |
| 704 | 714 |
<li> |
| 705 | 715 |
수업 |
| 706 | 716 |
<ul> |
| 707 |
- <li class="before">수업(중복)</li> |
|
| 708 |
- <li class="before">상세보기(중복)</li> |
|
| 709 |
- <li class="before">뷰어(중복)</li> |
|
| 717 |
+ <li class="before">수업<span class="label">중복</span></li> |
|
| 718 |
+ <li class="before">상세보기<span class="label">중복</span></li> |
|
| 719 |
+ <li class="before">뷰어<span class="label">중복</span></li> |
|
| 710 | 720 |
<li class="add">[팝업]성찰일지,member/class/pop_studentReflection.html</li> |
| 711 |
- <li class="before">공동문서편집(중복)</li> |
|
| 712 |
- <li class="before">[팝업]글쓰기(중복)</li> |
|
| 721 |
+ <li class="before">공동문서편집<span class="label">중복</span></li> |
|
| 722 |
+ <li class="before">[팝업]글쓰기<span class="label">중복</span></li> |
|
| 713 | 723 |
</ul> |
| 714 | 724 |
</li> |
| 715 | 725 |
<li> |
| 716 | 726 |
과제 |
| 717 | 727 |
<ul> |
| 718 |
- <li class="before">과제(중복)</li> |
|
| 719 |
- <li class="before">상세보기(중복)</li> |
|
| 728 |
+ <li class="before">과제<span class="label">중복</span></li> |
|
| 729 |
+ <li class="before">상세보기<span class="label">중복</span></li> |
|
| 720 | 730 |
<li class="add">과제 제출하기,member/class/homeworkUpload.html</li> |
| 721 | 731 |
<li class="add">[팝업]멤버 검색,member/class/pop_memberFind.html</li> |
| 722 | 732 |
<li class="add">[팝업]과제물 조회,member/class/pop_homeworkCurrentView .html</li> |
... | ... | @@ -726,28 +736,28 @@ |
| 726 | 736 |
<li> |
| 727 | 737 |
평가 |
| 728 | 738 |
<ul> |
| 729 |
- <li class="before">평가(중복)</li> |
|
| 730 |
- <li class="before">상세보기(중복)</li> |
|
| 731 |
- <li class="before">뷰어(중복)</li> |
|
| 739 |
+ <li class="before">평가<span class="label">중복</span></li> |
|
| 740 |
+ <li class="before">상세보기<span class="label">중복</span></li> |
|
| 741 |
+ <li class="before">뷰어<span class="label">중복</span></li> |
|
| 732 | 742 |
<li class="add">문제풀이결과,member/class/solveResult.html</li> |
| 733 | 743 |
</ul> |
| 734 | 744 |
</li> |
| 735 | 745 |
<li class="before"> |
| 736 |
- 공지사항(중복) |
|
| 746 |
+ 공지사항<span class="label">중복</span> |
|
| 737 | 747 |
<ul> |
| 738 | 748 |
<li>공지사항</li> |
| 739 | 749 |
<li>상세보기</li> |
| 740 | 750 |
</ul> |
| 741 | 751 |
</li> |
| 742 | 752 |
<li class="before"> |
| 743 |
- 질의응답(중복) |
|
| 753 |
+ 질의응답<span class="label">중복</span> |
|
| 744 | 754 |
<ul> |
| 745 | 755 |
<li>질의응답</li> |
| 746 | 756 |
<li>문의하기</li> |
| 747 | 757 |
</ul> |
| 748 | 758 |
</li> |
| 749 | 759 |
<li class="before"> |
| 750 |
- 자유게시판(중복) |
|
| 760 |
+ 자유게시판<span class="label">중복</span> |
|
| 751 | 761 |
<ul> |
| 752 | 762 |
<li>자유게시판</li> |
| 753 | 763 |
<li>상세보기</li> |
--- resources/front/site/SITE_00000/css/common/component/_component.scss
+++ resources/front/site/SITE_00000/css/common/component/_component.scss
... | ... | @@ -390,7 +390,10 @@ |
| 390 | 390 |
padding:$spacing-xsm; |
| 391 | 391 |
border-radius: $radius-sm; |
| 392 | 392 |
width: max-content; |
| 393 |
- max-width: 16rem; |
|
| 393 |
+ max-width: 20rem; |
|
| 394 |
+ word-break: keep-all; |
|
| 395 |
+ text-align: left; |
|
| 396 |
+ color:$color-font-default-secondary; |
|
| 394 | 397 |
} |
| 395 | 398 |
&.is-active {
|
| 396 | 399 |
.txt-area {
|
--- resources/front/site/SITE_00000/css/common/component/_table.scss
+++ resources/front/site/SITE_00000/css/common/component/_table.scss
... | ... | @@ -134,7 +134,7 @@ |
| 134 | 134 |
display: inline-block; |
| 135 | 135 |
vertical-align: middle; |
| 136 | 136 |
@include ellipsis(1); |
| 137 |
- @include typo('body-md');
|
|
| 137 |
+ @include typo('tit-sm');
|
|
| 138 | 138 |
max-width: 100%; |
| 139 | 139 |
width: auto; |
| 140 | 140 |
@at-root a, |
... | ... | @@ -144,7 +144,6 @@ |
| 144 | 144 |
&:hover {
|
| 145 | 145 |
text-decoration: underline; |
| 146 | 146 |
// color: $color-blue50; |
| 147 |
- font-weight: 700; |
|
| 148 | 147 |
} |
| 149 | 148 |
} |
| 150 | 149 |
} |
--- resources/front/site/SITE_00000/css/style.css
+++ resources/front/site/SITE_00000/css/style.css
... | ... | @@ -7812,8 +7812,9 @@ |
| 7812 | 7812 |
word-wrap: normal; |
| 7813 | 7813 |
width: 100%; |
| 7814 | 7814 |
overflow: hidden; |
| 7815 |
- font-size: var(--font-body-md); |
|
| 7816 |
- font-weight: var(--size-font-weight-md); |
|
| 7815 |
+ font-size: var(--font-tit-sm); |
|
| 7816 |
+ font-weight: var(--size-font-weight-xlg); |
|
| 7817 |
+ line-height: var(--size-font-lineheight-sm); |
|
| 7817 | 7818 |
max-width: 100%; |
| 7818 | 7819 |
width: auto; |
| 7819 | 7820 |
} |
... | ... | @@ -7824,7 +7825,6 @@ |
| 7824 | 7825 |
a.table-title:hover, |
| 7825 | 7826 |
button.table-title:hover {
|
| 7826 | 7827 |
text-decoration: underline; |
| 7827 |
- font-weight: 700; |
|
| 7828 | 7828 |
} |
| 7829 | 7829 |
|
| 7830 | 7830 |
.table-info {
|
... | ... | @@ -11060,7 +11060,10 @@ |
| 11060 | 11060 |
width: -webkit-max-content; |
| 11061 | 11061 |
width: -moz-max-content; |
| 11062 | 11062 |
width: max-content; |
| 11063 |
- max-width: 16rem; |
|
| 11063 |
+ max-width: 20rem; |
|
| 11064 |
+ word-break: keep-all; |
|
| 11065 |
+ text-align: left; |
|
| 11066 |
+ color: var(--color-font-default-secondary); |
|
| 11064 | 11067 |
} |
| 11065 | 11068 |
.tooltip.is-active .txt-area {
|
| 11066 | 11069 |
display: block; |
--- resources/front/site/SITE_00000/css/style.css.map
+++ resources/front/site/SITE_00000/css/style.css.map
| This diff is too big to display. |
--- resources/front/site/SITE_00000/css/style.min.css
+++ resources/front/site/SITE_00000/css/style.min.css
| This diff is too big to display. |
--- resources/front/site/SITE_00000/css/style.min.css.map
+++ resources/front/site/SITE_00000/css/style.min.css.map
| This diff is too big to display. |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?