Переход на quasar
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
@@ -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')">
|
||||||
|
|||||||
Reference in New Issue
Block a user