style: Add separator class to all table-responsive containers
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m6s
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m6s
Apply .table-responsive--separator to all pages with table containers (Announcements, FAQs, TaxProfiles, Companies) for consistent spacing and visual hierarchy. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="table-responsive">
|
<div class="table-responsive table-responsive--separator">
|
||||||
<table class="table table-vcenter card-table table-hover">
|
<table class="table table-vcenter card-table table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="table-responsive">
|
<div class="table-responsive table-responsive--separator">
|
||||||
<table class="table table-vcenter card-table">
|
<table class="table table-vcenter card-table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr><th>코드</th><th>회사명</th><th>담당자</th><th>활성</th></tr>
|
<tr><th>코드</th><th>회사명</th><th>담당자</th><th>활성</th></tr>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="table-responsive">
|
<div class="table-responsive table-responsive--separator">
|
||||||
<table class="table table-vcenter card-table table-hover">
|
<table class="table table-vcenter card-table table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
<tr><th>질문</th><th>카테고리</th><th>활성</th><th>정렬</th><th class="text-end">작업</th></tr>
|
<tr><th>질문</th><th>카테고리</th><th>활성</th><th>정렬</th><th class="text-end">작업</th></tr>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="table-responsive">
|
<div class="table-responsive table-responsive--separator">
|
||||||
<table class="table table-vcenter card-table">
|
<table class="table table-vcenter card-table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr><th>고객ID</th><th>사업유형</th><th>세무위험</th><th>다음신고일</th></tr>
|
<tr><th>고객ID</th><th>사업유형</th><th>세무위험</th><th>다음신고일</th></tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user