fix: stars look&feel
This commit is contained in:
parent
9c105e8885
commit
1373b88169
2 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@
|
||||||
class="gt-sm"
|
class="gt-sm"
|
||||||
v-model="maxStars"
|
v-model="maxStars"
|
||||||
disable
|
disable
|
||||||
size="2em"
|
size="1.5em"
|
||||||
:max="5"
|
:max="5"
|
||||||
color="primary"
|
color="primary"
|
||||||
></q-rating>
|
></q-rating>
|
||||||
|
|
|
||||||
|
|
@ -118,12 +118,12 @@
|
||||||
v-model="maxStars"
|
v-model="maxStars"
|
||||||
size="1.5em"
|
size="1.5em"
|
||||||
color="primary"
|
color="primary"
|
||||||
icon="star_border"
|
|
||||||
icon-selected="star"
|
icon-selected="star"
|
||||||
readonly
|
readonly
|
||||||
no-dimming
|
no-dimming
|
||||||
>
|
>
|
||||||
</q-rating>
|
</q-rating>
|
||||||
|
<q-tooltip>Ratings coming soon</q-tooltip>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue