forked from github/dataease
Merge pull request #7756 from dataease/pr@dev-v2@refactor_dashboard
Pr@dev v2@refactor dashboard
This commit is contained in:
commit
fc26ead3fc
@ -1385,7 +1385,7 @@ defineExpose({
|
|||||||
:id="mainDomId"
|
:id="mainDomId"
|
||||||
ref="container"
|
ref="container"
|
||||||
class="editor"
|
class="editor"
|
||||||
:class="{ edit: isEdit }"
|
:class="{ edit: isEdit, 'dashboard-editor': dashboardActive }"
|
||||||
:style="editStyle"
|
:style="editStyle"
|
||||||
@contextmenu="handleContextMenu"
|
@contextmenu="handleContextMenu"
|
||||||
>
|
>
|
||||||
@ -1482,6 +1482,9 @@ defineExpose({
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
|
.dashboard-editor {
|
||||||
|
min-height: 100%;
|
||||||
|
}
|
||||||
.editor {
|
.editor {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
@ -210,6 +210,7 @@ onMounted(() => {
|
|||||||
:model="state.labelForm"
|
:model="state.labelForm"
|
||||||
label-position="top"
|
label-position="top"
|
||||||
>
|
>
|
||||||
|
<el-row v-if="batchOptStatus" style="margin-bottom: 12px"> 无其他公共属性 </el-row>
|
||||||
<el-space>
|
<el-space>
|
||||||
<el-form-item
|
<el-form-item
|
||||||
class="form-item"
|
class="form-item"
|
||||||
|
Loading…
Reference in New Issue
Block a user