@@ -352,7 +352,7 @@ const PrintingDialog: React.FC<PrintingDialogProps> = ({
|
|||||||
<Col span={12}>
|
<Col span={12}>
|
||||||
<Slider
|
<Slider
|
||||||
min={0.1}
|
min={0.1}
|
||||||
max={1}
|
max={3}
|
||||||
step={0.01}
|
step={0.01}
|
||||||
value={previewScale}
|
value={previewScale}
|
||||||
onChange={(value) => {
|
onChange={(value) => {
|
||||||
@@ -363,7 +363,7 @@ const PrintingDialog: React.FC<PrintingDialogProps> = ({
|
|||||||
<Col span={12}>
|
<Col span={12}>
|
||||||
<InputNumber
|
<InputNumber
|
||||||
min={0.1}
|
min={0.1}
|
||||||
max={1}
|
max={3}
|
||||||
step={0.01}
|
step={0.01}
|
||||||
style={{ margin: "0 16px" }}
|
style={{ margin: "0 16px" }}
|
||||||
value={previewScale}
|
value={previewScale}
|
||||||
|
|||||||
Reference in New Issue
Block a user