[Solved] How to put the button in the center of form cell
-
Dear,
I did a demo in below link.
https://codepen.io/Stanley-549393092/pen/mddWxZq
I tried some method (E.g. <q-btn align=“center”), but it does not work.
Thanks for your help. -
@Stanley use the
append
slot of q-input https://codepen.io/metalsadman/pen/vYYxaJX, take sometime in the docs and see examples https://quasar.dev/vue-components/input#QInput-API. -
@metalsadman Thanks, but it’s not my purpose. I would like to separate it from another elements.
-
updated the demo, it can be controlled by class self-center