주소 검색 팝업 하단 버튼 제거

This commit is contained in:
김창수 2025-05-28 10:54:16 +09:00
parent 78a3668023
commit a97e6cc5e1
2 changed files with 5 additions and 9 deletions

View File

@ -137,10 +137,14 @@ export default function PublishList (){
</ul> </ul>
</td> </td>
<td className='c red'> <td className='c red'>
<ul> {/* <ul>
<li>2025/05/15</li> <li>2025/05/15</li>
<li>* </li> <li>* </li>
<li>* img태그 Image </li> <li>* img태그 Image </li>
</ul> */}
<ul>
<li>2025/05/28</li>
<li>* </li>
</ul> </ul>
</td> </td>
<td className='c red'>2025/05/15</td> <td className='c red'>2025/05/15</td>

View File

@ -68,14 +68,6 @@ export default function SaleZipCodePop() {
</tr> </tr>
</tbody> </tbody>
</table> </table>
<div className="btn-flex-wrap">
<div className="btn-bx">
<button className="btn-frame red icon"><i className="btn-arr"></i></button>
</div>
<div className="btn-bx">
<button className="btn-frame n-blue icon"><i className="btn-arr"></i></button>
</div>
</div>
</div> </div>
</div> </div>
</div> </div>