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. justkkg
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 4
    • Best 0
    • Groups 0

    justkkg

    @justkkg

    0
    Reputation
    140
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    justkkg Follow

    Latest posts made by justkkg

    • Why Layout Drawer is disappeared in mobile but shown ok in PC?

      the left Layout Drawer is just disappeared in mobile just shown below:
      alt text

      but ok in PC,both are chrome:
      alt text

      posted in Framework
      J
      justkkg
    • How to set background image for Qmodal?

      i’ve tried css way and class way(background) both in modal and layout ,neither works ,any one help?
      (being inserted as a element is ok,but not i want)
      thanks!

      posted in Help
      J
      justkkg
    • RE: [Solved]How to set back ground color for Qmodal?

      @sweetyy
      it works,thank you!

      posted in Help
      J
      justkkg
    • [Solved]How to set back ground color for Qmodal?

      it seems not work neither you try to set it by set content-css in Qmodal nor by set content-class in QModalLayout, not work in style setting too,always show complete white background
      could any one help?thanks!
      the template is shown as below:
      <template>
      <q-item v-close-overlay>
      <q-item-main>
      <q-btn label=“spider” @click=“maximizedModal = true”></q-btn>
      <q-modal v-model=“maximizedModal” class=“bg-positive” maximized :content-css="{padding: ‘50px’}">
      <q-modal-layout content-style="{fontWeight: ‘bold’}">
      <div >please set date</div>
      <q-datetime v-model=“date_start” inverted color=“yellow” type=“date” placeholder=“start date”/>
      <q-btn color=“tertiary” @click=“maximizedModal = false” label=“Close” />
      <p>start</p>
      </q-modal-layout>
      </q-modal>
      </q-item-main>
      </q-item>
      </template>

      posted in Help
      J
      justkkg