fix: [finance] 분개수정 모달 거래처명 길 때 UI 깨짐 수정
- 3개 분개 모달 테이블에 table-fixed 적용 - 거래처명이 길어도 컬럼 너비 고정되어 truncate 정상 동작
This commit is contained in:
@@ -1658,7 +1658,7 @@ className="w-full px-3 py-2 text-sm border border-stone-200 rounded-lg focus:rin
|
||||
<div>
|
||||
<h4 className="text-sm font-semibold text-stone-700 mb-3">분개 내역</h4>
|
||||
<div className="overflow-x-auto">
|
||||
<table className="w-full text-sm">
|
||||
<table className="w-full text-sm table-fixed">
|
||||
<thead>
|
||||
<tr className="bg-stone-50 border-b border-stone-200">
|
||||
<th className="px-3 py-2 text-center font-medium text-stone-600 w-[70px]">구분</th>
|
||||
@@ -2055,7 +2055,7 @@ className="w-full px-3 py-2 text-sm border border-stone-200 rounded-lg focus:rin
|
||||
<div>
|
||||
<h4 className="text-sm font-semibold text-stone-700 mb-3">분개 내역</h4>
|
||||
<div className="overflow-x-auto">
|
||||
<table className="w-full text-sm">
|
||||
<table className="w-full text-sm table-fixed">
|
||||
<thead>
|
||||
<tr className="bg-stone-50 border-b border-stone-200">
|
||||
<th className="px-3 py-2 text-center font-medium text-stone-600 w-[70px]">구분</th>
|
||||
@@ -2462,7 +2462,7 @@ className="w-full px-3 py-2 text-sm border border-stone-200 rounded-lg focus:rin
|
||||
<div>
|
||||
<h4 className="text-sm font-semibold text-stone-700 mb-3">분개 내역</h4>
|
||||
<div className="overflow-x-auto">
|
||||
<table className="w-full text-sm">
|
||||
<table className="w-full text-sm table-fixed">
|
||||
<thead>
|
||||
<tr className="bg-stone-50 border-b border-stone-200">
|
||||
<th className="px-3 py-2 text-center font-medium text-stone-600 w-[70px]">구분</th>
|
||||
|
||||
Reference in New Issue
Block a user