fix: 修复上一个更改时属性重复导致打包失败的问题
This commit is contained in:
parent
84b0f4fd64
commit
fd646745a6
@ -52,8 +52,6 @@
|
|||||||
:close-on-press-escape="false"
|
:close-on-press-escape="false"
|
||||||
:close-on-click-modal="false"
|
:close-on-click-modal="false"
|
||||||
:before-close="()=>themeSwitchVisible=false"
|
:before-close="()=>themeSwitchVisible=false"
|
||||||
:modal-append-to-body="true"
|
|
||||||
:append-to-body="true"
|
|
||||||
>
|
>
|
||||||
<div class="theme-list ">
|
<div class="theme-list ">
|
||||||
<el-radio-group v-model="themeVal" @change="themeChange">
|
<el-radio-group v-model="themeVal" @change="themeChange">
|
||||||
|
|||||||
@ -62,8 +62,6 @@
|
|||||||
:visible="queryDetailsVisible"
|
:visible="queryDetailsVisible"
|
||||||
:close-on-press-escape="false"
|
:close-on-press-escape="false"
|
||||||
:wrapper-closable="false"
|
:wrapper-closable="false"
|
||||||
:modal-append-to-body="true"
|
|
||||||
:append-to-body="true"
|
|
||||||
custom-class="drawer-auto-layout"
|
custom-class="drawer-auto-layout"
|
||||||
>
|
>
|
||||||
<div class="bar-graph-charts" style="padding: 0 10px">
|
<div class="bar-graph-charts" style="padding: 0 10px">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user