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 id="scope-popupMng" class="row admin-main-content-wrapper">
<div class="row">
<div class="btn-group pull-right">
<a href="/PopupMng/Create" class="btn btn-info btn-sm">
<span class="glyphicon glyphicon-pencil"></span>팝업 추가 </a>
<div>
<div>
<div className="right_col btn1">
<a href="/PopupMng/Create" className="btn btn_blue_h46 w_100">팝업 추가</a>
</div>
</div>
<div class="table-responsive content-box">
<table class="table table-condensed table-hover th-info">
<div className="table-responsive content-box">
<table className="table table-condensed table-hover th-info">
<thead>
<tr>
<th>제목</th>
<th>기간</th>
<th>사용여부</th>
<th>삭제</th>
<th>제목</th>
<th>기간</th>
<th>사용여부</th>
<th>삭제</th>
</tr>
</thead>
<tbody></tbody>