- Cataloghi: qualita di stampa e margini

This commit is contained in:
Surya Paolo
2024-11-22 20:23:37 +01:00
parent 5cd9bd40f6
commit 6a6c15b62c
24 changed files with 1031 additions and 530 deletions

View File

@@ -21,6 +21,11 @@ export default defineComponent({
type: String,
required: true,
},
addstr: {
type: String,
required: false,
default: 'px'
},
disable: {
type: Boolean,
required: false,

View File

@@ -17,7 +17,7 @@
:min="10"
:max="1000"
color="green"
addstr="px"
:addstr="addstr"
@update:model-value="modifValueTop"
></CMySlider>
<CMySlider
@@ -26,7 +26,7 @@
:min="10"
:max="1000"
color="red"
addstr="px"
:addstr="addstr"
@update:model-value="modifValueBottom"
></CMySlider>
<CMySlider
@@ -35,7 +35,7 @@
:min="10"
:max="1000"
color="orange"
addstr="px"
:addstr="addstr"
@update:model-value="modifValueLeft"
></CMySlider>
<CMySlider
@@ -44,7 +44,7 @@
:min="10"
:max="1000"
color="fuchsia"
addstr="px"
:addstr="addstr"
@update:model-value="modifValueRight"
></CMySlider>
</div>