'+ 메뉴 추가' 버튼 위치 변경

This commit is contained in:
2026-01-13 20:38:45 +09:00
parent 5d8189ccf1
commit 1947d15497

View File

@@ -415,19 +415,11 @@ const AdminMenuManagement: React.FC = () => {
<CCard className="mb-4">
<CCardHeader>
<strong> </strong>
<CButton
color="primary"
size="sm"
className="float-end"
onClick={handleAddClick}
>
<CIcon icon={cilPlus} className="me-1" />
</CButton>
</CCardHeader>
<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">
<li className={`breadcrumb-item ${breadcrumb.length === 0 ? 'active' : ''}`}>
{breadcrumb.length === 0 ? (
@@ -462,6 +454,15 @@ const AdminMenuManagement: React.FC = () => {
))}
</ol>
</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' }}>
<CTableHead className="text-nowrap">