- Cataloghi: qualita di stampa e margini
This commit is contained in:
@@ -21,6 +21,11 @@ export default defineComponent({
|
||||
type: String,
|
||||
required: true,
|
||||
},
|
||||
addstr: {
|
||||
type: String,
|
||||
required: false,
|
||||
default: 'px'
|
||||
},
|
||||
disable: {
|
||||
type: Boolean,
|
||||
required: false,
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user