I’m using Quasar Framework to build a desktop application. All components seem too much bigger for a desktop application. Is there a way to make them smaller in one shot?
Latest posts made by liguyu
-
Make All Things Smaller?
-
RE: Strange scrollbar in table header
@Taras I used ugly css hack to workaround it. But it doesnt like a proper way.
-
RE: @quasar/app v1.5.6 released!
after upgrade to 1.5.6 and 1.9.2, 'quasar dev ’ now shows cant find module ‘webpack’
-
RE: Strange scrollbar in table header
@Taras I tried dense property, but the input box is still too high for a desktop app. Without dense property, the input box is even higher. And with dense property, the table seems too crowded for a desktop app. I wonder if there is a way to adjust the height globally, like what $primary css variable does to the primary color in an app.
-
Strange scrollbar in table header
I have a table like below
And when I make a request and the table has no rows, the header has a scrollbar like below
if I resize the browser or change the zoom scale of the browser, the scroll bar may go away.
Plus, can I change the component height size in an easy way?
-
RE: Stuck at 100 percent after running quasar dev
It may be a missing enclosing html tag error or things like that in your template.
-
RE: QDataTable help
There is a workaround here. Just set pagination’s rowsPerPage to a very large number and hide-bottom and it’s gone.
-
RE: this.$emit not a function in component method
@a47ae Really weird.I use quasar 0.15.12.
-
RE: this.$emit not a function in component method
@a47ae I logged ‘this’, it is a VueComponent, but has no $emit method.