mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-19 21:05:06 +09:00
style : table에 세로줄 넣기
This commit is contained in:
@@ -611,4 +611,14 @@ const columns = computed(() => {
|
||||
.approvalColumn6 {
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user