feat: 관리자 단에서 '컨텐츠 관리' > '팝업 관리'에 '팝업 추가' 버튼 클래스 변경 건

thkim
thkim 2024-01-09 10:47:48 +09:00
parent 61412ab597
commit 317ee491ad
1 changed files with 10 additions and 11 deletions

View File

@ -42,21 +42,20 @@ function PopUp(props) {
</div> </div>
<div id="scope-popupMng" class="row admin-main-content-wrapper"> <div>
<div class="row"> <div>
<div class="btn-group pull-right"> <div className="right_col btn1">
<a href="/PopupMng/Create" class="btn btn-info btn-sm"> <a href="/PopupMng/Create" className="btn btn_blue_h46 w_100">팝업 추가</a>
<span class="glyphicon glyphicon-pencil"></span>팝업 추가 </a>
</div> </div>
</div> </div>
<div class="table-responsive content-box"> <div className="table-responsive content-box">
<table class="table table-condensed table-hover th-info"> <table className="table table-condensed table-hover th-info">
<thead> <thead>
<tr> <tr>
<th>제목</th> <th>제목</th>
<th>기간</th> <th>기간</th>
<th>사용여부</th> <th>사용여부</th>
<th>삭제</th> <th>삭제</th>
</tr> </tr>
</thead> </thead>
<tbody></tbody> <tbody></tbody>