优化风格

This commit is contained in:
iqudoo
2026-06-13 12:56:41 +08:00
parent 765d94b0b4
commit 8b09bcaa14
13 changed files with 400 additions and 42 deletions

View File

@@ -6,6 +6,7 @@ import { VariableMappingPanel } from './VariableMappingPanel';
import { PaperSettingsPanel, PageInput } from './PreviewGrid';
import { CollapsiblePanelSection } from './CollapsiblePanelSection';
import { DataRangeFields } from './DataRangeFields';
import { FieldSelect } from './PsSelect';
interface ExportSidebarProps {
importData: ImportData | null;
@@ -220,7 +221,7 @@ export const ExportSidebar: React.FC<ExportSidebarProps> = ({
>
<div>
<label className="ps-field-label">线</label>
<select
<FieldSelect
value={cutLine.style}
onChange={(e) =>
onChangeCutLine({
@@ -232,7 +233,7 @@ export const ExportSidebar: React.FC<ExportSidebarProps> = ({
>
<option value="dashed">线</option>
<option value="solid">线</option>
</select>
</FieldSelect>
</div>
<div>
<label className="ps-field-label">线 (mm)</label>