[Solved] Q-Input suffix: Is that possible to change the style (E.g Font, Color)
-
Dear Quasar team,
I did a demo to illustrate this issue, could you please have a look?
https://codepen.io/Stanley-549393092/pen/rNeBgLYCurrently, I would like to set the font of suffix content as bold font.
I checked the documentation that we could use the slot “append” to implement my customizing.However, it is not satisfied, because can you see the “+” is too large and the gap between “100” and “+” is too wide.
Could you please give some suggestion?Regards,
Stanley -
@Stanley inspect the css and override the font weight of the suffix part.
-
@metalsadman Thanks! Yes, it is possible.