调整地图绘制弹窗加载

This commit is contained in:
zyy 2020-08-25 16:52:52 +08:00
parent f2957c370c
commit ccc57042a7
5 changed files with 9 additions and 7 deletions

View File

@ -1,6 +1,6 @@
<template> <template>
<div v-show="dialogVisible"> <div v-show="dialogVisible">
<el-dialog v-dialogDrag title="请确认联锁配置项" :visible.sync="dialogVisible" fullscreen :before-close="handleClose" center :close-on-click-modal="false" :z-index="2000"> <el-dialog v-dialogDrag title="请确认联锁配置项" :visible.sync="dialogVisible" fullscreen :before-close="handleClose" center :close-on-click-modal="false" :z-index="2000" append-to-body>
<div style="overflow-y: scroll;" :style="{height: height+ 'px'}"> <div style="overflow-y: scroll;" :style="{height: height+ 'px'}">
<el-card style="margin-top: 10px"> <el-card style="margin-top: 10px">
<div slot="header" style="font-weight: bold;text-align: center;"> <div slot="header" style="font-weight: bold;text-align: center;">

View File

@ -1,5 +1,5 @@
<template> <template>
<el-dialog v-dialogDrag title="隐藏元素" :visible.sync="dialogTableVisible" class="view_box" width="460px" :before-close="doClose" :modal-append-to-body="false"> <el-dialog v-dialogDrag title="隐藏元素" :visible.sync="dialogTableVisible" class="view_box" width="460px" :before-close="doClose" :modal-append-to-body="false" append-to-body :modal="false">
<el-row type="flex" justify="center" class="content_box"> <el-row type="flex" justify="center" class="content_box">
<el-form label-width="80px" class="demo-ruleForm"> <el-form label-width="80px" class="demo-ruleForm">
<el-form-item :label="$t('map.contentShows')"> <el-form-item :label="$t('map.contentShows')">

View File

@ -3,6 +3,7 @@
title="提示" title="提示"
:visible.sync="dialogVisible" :visible.sync="dialogVisible"
width="30%" width="30%"
append-to-body
> >
<ul> <ul>
<li v-for="(item,index) in tipInfoList" :key="index">{{ item }}</li> <li v-for="(item,index) in tipInfoList" :key="index">{{ item }}</li>

View File

@ -5,6 +5,7 @@
:visible.sync="visible" :visible.sync="visible"
width="400px" width="400px"
:before-close="doClose" :before-close="doClose"
append-to-body
> >
<el-radio-group v-model="mode" class="radio-mode"> <el-radio-group v-model="mode" class="radio-mode">
<el-radio label="01">{{ $t('map.create') }}</el-radio> <el-radio label="01">{{ $t('map.create') }}</el-radio>

View File

@ -1,5 +1,5 @@
<template> <template>
<el-dialog v-dialogDrag :title="isNew? $t('map.trainmodelCreate'): $t('map.trainmodelUpdate')" :visible.sync="dialogShow" width="30%" :before-close="doClose"> <el-dialog v-dialogDrag :title="isNew? $t('map.trainmodelCreate'): $t('map.trainmodelUpdate')" :visible.sync="dialogShow" width="30%" :before-close="doClose" append-to-body>
<el-card shadow="never"> <el-card shadow="never">
<el-form <el-form
ref="form" ref="form"