디자인 변경

This commit is contained in:
2025-10-24 15:24:39 +09:00
parent 09d225803d
commit 967b8b6529
3 changed files with 23 additions and 15 deletions

View File

@@ -296,6 +296,7 @@ div.plm_menu_name h2 span,
.input_title {
background: var(--label-bg);
color: var(--text-primary);
border-left: 1px solid var(--border-color);
border-right: 1px solid var(--border-color);
font-weight: 500;
position: relative;
@@ -644,7 +645,7 @@ div.plm_menu_name h2 span,
border-collapse: collapse;
background: var(--surface);
text-align: center;
font-size: 14px;
font-size: 13px;
}
.plm_table .plm_thead {
@@ -658,7 +659,7 @@ div.plm_menu_name h2 span,
border-right: 1px solid var(--border-color);
padding: 14px 12px;
font-weight: 600;
font-size: 14px;
font-size: 13px;
}
.plm_table .plm_thead td:last-child {
@@ -671,6 +672,7 @@ div.plm_menu_name h2 span,
border-right: 1px solid var(--border-color);
padding: 12px;
vertical-align: middle;
font-size: 13px;
}
.plm_table td:last-child {