'+ 메뉴 추가' 버튼 위치 변경
This commit is contained in:
@@ -415,19 +415,11 @@ const AdminMenuManagement: React.FC = () => {
|
|||||||
<CCard className="mb-4">
|
<CCard className="mb-4">
|
||||||
<CCardHeader>
|
<CCardHeader>
|
||||||
<strong>어드민 메뉴 관리</strong>
|
<strong>어드민 메뉴 관리</strong>
|
||||||
<CButton
|
|
||||||
color="primary"
|
|
||||||
size="sm"
|
|
||||||
className="float-end"
|
|
||||||
onClick={handleAddClick}
|
|
||||||
>
|
|
||||||
<CIcon icon={cilPlus} className="me-1" />
|
|
||||||
메뉴 추가
|
|
||||||
</CButton>
|
|
||||||
</CCardHeader>
|
</CCardHeader>
|
||||||
<CCardBody>
|
<CCardBody>
|
||||||
{/* 브레드크럼 네비게이션 */}
|
{/* 브레드크럼 네비게이션 */}
|
||||||
<nav aria-label="breadcrumb" className="mb-3">
|
<div className="d-flex justify-content-between align-items-center mb-3">
|
||||||
|
<nav aria-label="breadcrumb">
|
||||||
<ol className="breadcrumb mb-0">
|
<ol className="breadcrumb mb-0">
|
||||||
<li className={`breadcrumb-item ${breadcrumb.length === 0 ? 'active' : ''}`}>
|
<li className={`breadcrumb-item ${breadcrumb.length === 0 ? 'active' : ''}`}>
|
||||||
{breadcrumb.length === 0 ? (
|
{breadcrumb.length === 0 ? (
|
||||||
@@ -462,6 +454,15 @@ const AdminMenuManagement: React.FC = () => {
|
|||||||
))}
|
))}
|
||||||
</ol>
|
</ol>
|
||||||
</nav>
|
</nav>
|
||||||
|
<CButton
|
||||||
|
color="primary"
|
||||||
|
size="sm"
|
||||||
|
onClick={handleAddClick}
|
||||||
|
>
|
||||||
|
<CIcon icon={cilPlus} className="me-1" />
|
||||||
|
메뉴 추가
|
||||||
|
</CButton>
|
||||||
|
</div>
|
||||||
|
|
||||||
<CTable align="middle" className="mb-0 border" hover responsive style={{ tableLayout: 'fixed', minWidth: isCompact ? '400px' : '650px' }}>
|
<CTable align="middle" className="mb-0 border" hover responsive style={{ tableLayout: 'fixed', minWidth: isCompact ? '400px' : '650px' }}>
|
||||||
<CTableHead className="text-nowrap">
|
<CTableHead className="text-nowrap">
|
||||||
|
|||||||
Reference in New Issue
Block a user