InputNumber pt demo updated
parent
f50eaabef8
commit
aac63b398f
|
@ -12,17 +12,13 @@
|
||||||
currency="EUR"
|
currency="EUR"
|
||||||
:pt="{
|
:pt="{
|
||||||
decrementButton: {
|
decrementButton: {
|
||||||
root: () => {
|
root: {
|
||||||
return {
|
|
||||||
class: 'bg-orange-500 border-orange-500'
|
class: 'bg-orange-500 border-orange-500'
|
||||||
};
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
incrementButton: {
|
incrementButton: {
|
||||||
root: () => {
|
root: {
|
||||||
return {
|
|
||||||
class: 'bg-teal-500 border-teal-500'
|
class: 'bg-teal-500 border-teal-500'
|
||||||
};
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}"
|
}"
|
||||||
|
@ -49,17 +45,13 @@ export default {
|
||||||
currency="EUR"
|
currency="EUR"
|
||||||
:pt="{
|
:pt="{
|
||||||
decrementButton: {
|
decrementButton: {
|
||||||
root: () => {
|
root: {
|
||||||
return {
|
|
||||||
class: 'bg-orange-500 border-orange-500'
|
class: 'bg-orange-500 border-orange-500'
|
||||||
};
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
incrementButton: {
|
incrementButton: {
|
||||||
root: () => {
|
root: {
|
||||||
return {
|
|
||||||
class: 'bg-teal-500 border-teal-500'
|
class: 'bg-teal-500 border-teal-500'
|
||||||
};
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}"
|
}"
|
||||||
|
@ -79,17 +71,13 @@ export default {
|
||||||
currency="EUR"
|
currency="EUR"
|
||||||
:pt="{
|
:pt="{
|
||||||
decrementButton: {
|
decrementButton: {
|
||||||
root: () => {
|
root: {
|
||||||
return {
|
|
||||||
class: 'bg-orange-500 border-orange-500'
|
class: 'bg-orange-500 border-orange-500'
|
||||||
};
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
incrementButton: {
|
incrementButton: {
|
||||||
root: () => {
|
root: {
|
||||||
return {
|
|
||||||
class: 'bg-teal-500 border-teal-500'
|
class: 'bg-teal-500 border-teal-500'
|
||||||
};
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}"
|
}"
|
||||||
|
@ -121,17 +109,13 @@ export default {
|
||||||
currency="EUR"
|
currency="EUR"
|
||||||
:pt="{
|
:pt="{
|
||||||
decrementButton: {
|
decrementButton: {
|
||||||
root: () => {
|
root: {
|
||||||
return {
|
|
||||||
class: 'bg-orange-500 border-orange-500'
|
class: 'bg-orange-500 border-orange-500'
|
||||||
};
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
incrementButton: {
|
incrementButton: {
|
||||||
root: () => {
|
root: {
|
||||||
return {
|
|
||||||
class: 'bg-teal-500 border-teal-500'
|
class: 'bg-teal-500 border-teal-500'
|
||||||
};
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}"
|
}"
|
||||||
|
|
Loading…
Reference in New Issue