This commit is contained in:
Henry Jameson 2026-08-04 00:56:04 +03:00
commit 2e039561c9
7 changed files with 18 additions and 26 deletions

View file

@ -75,7 +75,7 @@ export default {
logoBgStyle() {
const mask = this.enableMask
? {}
: {'background-color': this.enableMask ? '' : 'transparent'}
: { 'background-color': this.enableMask ? '' : 'transparent' }
return {
margin: `${this.logoMargin} 0`,