No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. liguyu
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 12
    • Best 0
    • Groups 0

    liguyu

    @liguyu

    0
    Reputation
    180
    Profile views
    12
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    liguyu Follow

    Latest posts made by liguyu

    • Make All Things Smaller?

      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?

      posted in Help
      L
      liguyu
    • RE: Strange scrollbar in table header

      @Taras I used ugly css hack to workaround it. But it doesnt like a proper way.

      posted in Help
      L
      liguyu
    • 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’

      posted in Announcements
      L
      liguyu
    • 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.

      posted in Help
      L
      liguyu
    • Strange scrollbar in table header

      I have a table like below
      1581481577(1).png
      And when I make a request and the table has no rows, the header has a scrollbar like below
      1581481621(1).png
      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?
      1581482020(1).png

      posted in Help
      L
      liguyu
    • RE: Quasar v0.17.19 & CLI v0.17.23 are out!

      When does Quasar 1.0 come out?

      posted in Announcements
      L
      liguyu
    • 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.

      posted in Help
      L
      liguyu
    • 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.

      posted in Help
      L
      liguyu
    • RE: this.$emit not a function in component method

      @a47ae Really weird.I use quasar 0.15.12.

      posted in Framework
      L
      liguyu
    • RE: this.$emit not a function in component method

      @a47ae I logged ‘this’, it is a VueComponent, but has no $emit method.
      0_1521989834170_$emit.png

      posted in Framework
      L
      liguyu