물건 정보 제목영역 버튼 리스트 추가
This commit is contained in:
parent
aabf3288df
commit
68a5e99d30
@ -346,7 +346,12 @@ export default function PublishPage() {
|
|||||||
</Link>
|
</Link>
|
||||||
</td>
|
</td>
|
||||||
<td className="coding_stat_web"></td>
|
<td className="coding_stat_web"></td>
|
||||||
<td className='red al-c'></td>
|
<td className='red al-c'>
|
||||||
|
<ul>
|
||||||
|
<li>2025-01-06</li>
|
||||||
|
<li>*제목 영역 버튼 리스트 추가</li>
|
||||||
|
</ul>
|
||||||
|
</td>
|
||||||
<td className="t-center">2024-10-11</td>
|
<td className="t-center">2024-10-11</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@ -38,7 +38,14 @@ export default function ProductInfoTable(){
|
|||||||
|
|
||||||
return(
|
return(
|
||||||
<div className="sub-table-box">
|
<div className="sub-table-box">
|
||||||
<div className="promise-gudie"><span className="important">*</span> 必須入力項目</div>
|
<div className="promise-title-wrap">
|
||||||
|
<div className="promise-gudie"><span className="important">*</span> 必須入力項目</div>
|
||||||
|
<div className="left-unit-box">
|
||||||
|
<button className="btn-origin grey mr5">商品リスト</button>
|
||||||
|
<button className="btn-origin navy mr5">保存</button>
|
||||||
|
<button className="btn-origin grey">物の削除</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div className="infomation-wrap">
|
<div className="infomation-wrap">
|
||||||
<div className="infomation-table">
|
<div className="infomation-table">
|
||||||
<table>
|
<table>
|
||||||
|
|||||||
@ -654,6 +654,14 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
.promise-title-wrap{
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
.promise-gudie{
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
.promise-gudie{
|
.promise-gudie{
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user