mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 01:12:30 +09:00
style : table에 세로줄 넣기
This commit is contained in:
@@ -611,4 +611,14 @@ const columns = computed(() => {
|
|||||||
.approvalColumn6 {
|
.approvalColumn6 {
|
||||||
flex: 0 0 60%!important;
|
flex: 0 0 60%!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flex-table-header span {
|
||||||
|
border-right: 1px solid #ccc; /* 세로줄 */
|
||||||
|
padding: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 마지막 항목에는 선 제거 */
|
||||||
|
.flex-table-header span:last-child {
|
||||||
|
border-right: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user