forked from FoundKeyGang/FoundKey
revert
This commit is contained in:
parent
82d2b0608f
commit
c2fc637575
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="main" :class="{ side: !customize && (widgets.left.length == 0 || widgets.right.length == 0) }">
|
<div class="main" :class="{ side: widgets.left.length == 0 || widgets.right.length == 0 }">
|
||||||
<template v-if="customize">
|
<template v-if="customize">
|
||||||
<x-draggable v-for="place in ['left', 'right']"
|
<x-draggable v-for="place in ['left', 'right']"
|
||||||
:list="widgets[place]"
|
:list="widgets[place]"
|
||||||
|
|
Loading…
Reference in a new issue