1
0
forked from baron/baron-sso

92e607aee8 기준 code check 오류 수정

This commit is contained in:
2026-05-14 10:22:59 +09:00
parent e803a0b150
commit da10b4be15
17 changed files with 536 additions and 379 deletions

View File

@@ -14,6 +14,7 @@ unknown_error = "unknown error"
actions = "Actions"
add = "Add"
all = "All"
apply = "Apply"
admin_only = "Admin Only"
apply = "Apply"
approve = "Approve"

View File

@@ -14,6 +14,7 @@ unknown_error = "알 수 없는 오류"
actions = "액션"
add = "추가"
all = "전체"
apply = "적용"
admin_only = "관리자 전용"
apply = "적용"
approve = "승인"

View File

@@ -14,6 +14,7 @@ unknown_error = ""
actions = ""
add = ""
all = ""
apply = ""
admin_only = ""
apply = ""
approve = ""

View File

@@ -1,4 +1,4 @@
export const commonTableWrapperClass = "relative w-full overflow-auto";
export const commonTableWrapperClass = "relative w-full";
export const commonTableClass = "w-full caption-bottom text-sm";
export const commonTableHeaderClass = "[&_tr]:border-b";
export const commonTableBodyClass = "[&_tr:last-child]:border-0";