refactor: Reformat code and update z-index class

Reformat md-table.tsx to use double quotes and consistent code style.
Change z-index class in PrintPreview from `z-[60]` to `z-60`.
This commit is contained in:
hyper
2026-07-09 16:03:41 +08:00
parent a20063c624
commit c071cad50a
2 changed files with 202 additions and 175 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ export function PrintPreview(props: PrintPreviewProps) {
<PltPreview pltCode={pltCode()} onClose={handleClosePltPreview} />
}
>
<div class="fixed inset-0 bg-black/50 z-[60] overflow-auto">
<div class="fixed inset-0 bg-black/50 z-60 overflow-auto">
<div class="min-h-screen py-20 px-4">
<PrintPreviewHeader
store={store}