refactor: simplify layout by removing header and footer components from survey sale pages; enhance structure for better readability
This commit is contained in:
parent
1f102a5054
commit
3736b8b094
@ -5,8 +5,6 @@ import Header from '@/components/ui/common/Header'
|
||||
export default function page() {
|
||||
return (
|
||||
<>
|
||||
<div className="wrap">
|
||||
<Header name={'調査物件新規登録'} backBtn={true} />
|
||||
<div className="container">
|
||||
<div className="sale-contents">
|
||||
<div className="sale-detail-tab-relative">
|
||||
@ -20,9 +18,6 @@ export default function page() {
|
||||
<BasicForm />
|
||||
</div>
|
||||
</div>
|
||||
<Footer />
|
||||
<button className="top-btn"></button>
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
import DataTable from '@/components/survey-sale/detail/DataTable'
|
||||
import DetailForm from '@/components/survey-sale/detail/DetailForm'
|
||||
import Footer from '@/components/ui/common/Footer'
|
||||
import Header from '@/components/ui/common/Header'
|
||||
|
||||
export default function page() {
|
||||
return (
|
||||
|
||||
@ -5,8 +5,6 @@ import Header from '@/components/ui/common/Header'
|
||||
export default function page() {
|
||||
return (
|
||||
<>
|
||||
<div className="wrap">
|
||||
<Header name={'調査物件新規登録'} backBtn={true} />
|
||||
<div className="container">
|
||||
<div className="sale-contents">
|
||||
<div className="sale-detail-tab-relative">
|
||||
@ -20,9 +18,6 @@ export default function page() {
|
||||
<RoofInfoForm />
|
||||
</div>
|
||||
</div>
|
||||
<Footer />
|
||||
<button className="top-btn"></button>
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user