Переход на quasar

This commit is contained in:
Book Pauk
2020-02-14 21:24:05 +07:00
parent 5e2f20542f
commit 8254bf934c
2 changed files with 3 additions and 2 deletions

View File

@@ -198,6 +198,8 @@ selectedTabOld = null;//todo: remove
this.webFonts = rstore.webFonts; this.webFonts = rstore.webFonts;
const font = (this.webFontName ? this.webFontName : this.fontName); const font = (this.webFontName ? this.webFontName : this.fontName);
this.vertShift = this.fontShifts[font] || 0; this.vertShift = this.fontShifts[font] || 0;
this.textColorFiltered = this.textColor;
this.bgColorFiltered = this.backgroundColor;
} }
get mode() { get mode() {

View File

@@ -10,7 +10,6 @@
:rules="['hexColor']" :rules="['hexColor']"
class="no-mp" class="no-mp"
style="max-width: 150px" style="max-width: 150px"
:disabled="wallpaper != ''"
> >
<template v-slot:prepend> <template v-slot:prepend>
<q-icon name="la la-angle-down la-xs" class="cursor-pointer text-white" :style="colorPanStyle('text')"> <q-icon name="la la-angle-down la-xs" class="cursor-pointer text-white" :style="colorPanStyle('text')">
@@ -41,7 +40,7 @@
:rules="['hexColor']" :rules="['hexColor']"
class="no-mp" class="no-mp"
style="max-width: 150px" style="max-width: 150px"
:disabled="wallpaper != ''" :disable="wallpaper != ''"
> >
<template v-slot:prepend> <template v-slot:prepend>
<q-icon name="la la-angle-down la-xs" class="cursor-pointer text-white" :style="colorPanStyle('bg')"> <q-icon name="la la-angle-down la-xs" class="cursor-pointer text-white" :style="colorPanStyle('bg')">