样式调整

This commit is contained in:
joylink_cuiweidong 2019-10-29 16:23:57 +08:00
parent e3dccd58c8
commit 462b0cfb6c
4 changed files with 13 additions and 5 deletions

View File

@ -9,7 +9,7 @@
</transition>
<!-- </el-scrollbar> -->
</section>
<el-footer style="height:30px;line-height: 30px;">
<el-footer class="footers" style="height:30px;">
<div style="font-size:14px;float:left;">北京玖琏科技有限公司 &nbsp;联系电话: 13201793090 </div>
<div style="font-size:14px;float:right;">Copyright ©2018 北京玖琏科技有限公司 京ICP备18028522号</div>
</el-footer>
@ -89,7 +89,15 @@ export default {
height: 100%;
position: absolute;
z-index: 999;
}
}
.footers{
line-height: 30px;
position: absolute;
width: 100%;
bottom: 0;
background: #fff;
border-top: 1px #ebeef5 solid;
}
</style>
<style rel="stylesheet/scss" lang="scss">
.app_scrollbar_box{

View File

@ -3,7 +3,7 @@
<div slot="header" style="text-align: center;">
<span><b>{{ $t('demonstration.simulationName') + courseModel.name }}</b></span>
</div>
<div class="simulation-detail" :style="{ height: height-190 +'px' }">
<div class="simulation-detail" :style="{ height: height-230 +'px' }">
<p class="list-item">
<span class="list-label">{{ $t('demonstration.productDescription') }}</span>
<span class="list-elem">{{ courseModel.remarks }}</span>

View File

@ -90,7 +90,7 @@ export default {
}
else if (draggingNode && draggingNode.data.type === 'Training') {
// dropNode.data.type === 'Chapter' ||
return dropNode && (dropNode.data.type === 'Training' && type !== 'inner' );
return dropNode && (dropNode.data.type === 'Training' && type !== 'inner' && draggingNode.parent == dropNode.parent );
// return dropNode && draggingNode.parent == dropNode.parent && (
// dropNode.data.type === 'Training' && type !== 'Inner');
}

View File

@ -1,5 +1,5 @@
<template>
<el-card :style="{height: height+'px'}">
<el-card :style="{height: height+'px'}" style="overflow-y:scroll;padding-bottom:20px;">
<div class="runPlanHeader" style="width: 90%;margin-left:5%;margin-top:20px;display: inline-block;">
<div class="runPlanList">{{$t('planMonitor.openRunPlan.runPlanList')}}</div>
<el-button size="small" type="primary" @click="handleCreate" class="createRunPlan" v-if="isCreate">{{$t('planMonitor.createRunningDiagram')}}</el-button>