Translate remaining Chinese JSDoc and CSS comments to English

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 20:53:00 +08:00
parent d16cc46604
commit 8d358516b8
9 changed files with 48 additions and 51 deletions

View File

@@ -296,7 +296,7 @@ function handleScroll(event) {
</script>
<style scoped>
@reference "../../../assets/tailwind.css";
/* 進度條顏色 */
/* Progress bar color */
:deep(.p-progressbar .p-progressbar-value) {
@apply bg-primary
}
@@ -311,7 +311,7 @@ function handleScroll(event) {
:deep(.p-datatable .p-datatable-tbody > tr > td) {
@apply border-neutral-500 !border-t-0 text-center
}
/* 標題置中 */
/* Center header title */
:deep(.p-column-header-content) {
@apply justify-center
}

View File

@@ -396,7 +396,7 @@ onMounted(() => {
overflow-wrap: break-word;
word-wrap: break-word;
}
/* datatable head 置中 */
/* Center datatable header */
:deep(.p-column-header-content) {
@apply justify-center
}

View File

@@ -292,7 +292,7 @@ async function fetchData() {
<style scoped>
@reference "../../../assets/tailwind.css";
/* 進度條顏色 */
/* Progress bar color */
:deep(.p-progressbar .p-progressbar-value) {
@apply bg-primary
}
@@ -313,7 +313,7 @@ async function fetchData() {
overflow-wrap: break-word;
word-wrap: break-word;
}
/* datatable head 置中 */
/* Center datatable header */
:deep(.p-column-header-content) {
@apply justify-center
}