Remove border on selectbutton
parent
ebf550f535
commit
b2bcaac93f
|
@ -100,4 +100,10 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.p-buttonset .p-button:not(:last-child) {
|
||||
border-right: 0 none;
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue