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"
|
||||
ref="container"
|
||||
class="editor"
|
||||
:class="{ edit: isEdit }"
|
||||
:class="{ edit: isEdit, 'dashboard-editor': dashboardActive }"
|
||||
:style="editStyle"
|
||||
@contextmenu="handleContextMenu"
|
||||
>
|
||||
@ -1482,6 +1482,9 @@ defineExpose({
|
||||
</template>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.dashboard-editor {
|
||||
min-height: 100%;
|
||||
}
|
||||
.editor {
|
||||
position: relative;
|
||||
margin: auto;
|
||||
|
@ -210,6 +210,7 @@ onMounted(() => {
|
||||
:model="state.labelForm"
|
||||
label-position="top"
|
||||
>
|
||||
<el-row v-if="batchOptStatus" style="margin-bottom: 12px"> 无其他公共属性 </el-row>
|
||||
<el-space>
|
||||
<el-form-item
|
||||
class="form-item"
|
||||
|
Loading…
Reference in New Issue
Block a user