CSS cosmetics
parent
c4dc4326c6
commit
afd351100c
|
@ -619,16 +619,20 @@ export default {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputnumber-button-up,
|
.p-inputnumber-button {
|
||||||
.p-inputnumber-button-down {
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputnumber-input {
|
.p-inputnumber-buttons-stacked .p-inputnumber-button .p-button-text,
|
||||||
flex: 1 1 auto;
|
.p-inputnumber-buttons-horizontal .p-inputnumber-button .p-button-text {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.p-inputnumber .p-inputnumber-button span {
|
||||||
|
font-size: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputnumber-buttons-stacked .p-inputnumber-button-up {
|
.p-inputnumber-buttons-stacked .p-inputnumber-button-up {
|
||||||
|
@ -700,6 +704,10 @@ export default {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p-inputnumber-input {
|
||||||
|
flex: 1 1 auto;
|
||||||
|
}
|
||||||
|
|
||||||
.p-fluid .p-inputnumber {
|
.p-fluid .p-inputnumber {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -145,7 +145,3 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
|
Loading…
Reference in New Issue