|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <div>
|
|
|
|
|
|
+ <div class="temp-point-view">
|
|
<el-steps :active="activeName" align-center>
|
|
<el-steps :active="activeName" align-center>
|
|
<el-step title="步骤1" description="确定与数据字典中信息点对应"></el-step>
|
|
<el-step title="步骤1" description="确定与数据字典中信息点对应"></el-step>
|
|
<el-step title="步骤2" description="确定值得处理方式"></el-step>
|
|
<el-step title="步骤2" description="确定值得处理方式"></el-step>
|
|
@@ -55,7 +55,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="collapse-item" v-if="activeName == 2">
|
|
<div class="collapse-item" v-if="activeName == 2">
|
|
- <div style="height:150px;">
|
|
|
|
|
|
+ <div style="height:258px;">
|
|
<handsontable-component ref="handsontable"></handsontable-component>
|
|
<handsontable-component ref="handsontable"></handsontable-component>
|
|
</div>
|
|
</div>
|
|
<div class="center">
|
|
<div class="center">
|
|
@@ -606,6 +606,12 @@
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
|
+.temp-point-view{
|
|
|
|
+ padding: 10px;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ .el-steps{
|
|
|
|
+ margin-bottom: 10px;
|
|
|
|
+ }
|
|
.flex-around {
|
|
.flex-around {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
justify-content: space-around;
|
|
@@ -613,9 +619,10 @@
|
|
width: 100%;
|
|
width: 100%;
|
|
overflow:hidden;
|
|
overflow:hidden;
|
|
.point-despoint {
|
|
.point-despoint {
|
|
- width: 180px;
|
|
|
|
|
|
+ width: 240px;
|
|
border: 1px solid #DCDFE6;
|
|
border: 1px solid #DCDFE6;
|
|
- height: 100px;
|
|
|
|
|
|
+ height: 190px;
|
|
|
|
+ margin-bottom: 10px;
|
|
.content-view {
|
|
.content-view {
|
|
padding: 5px;
|
|
padding: 5px;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
@@ -623,7 +630,8 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.collapse-item {
|
|
.collapse-item {
|
|
- height: 190px;
|
|
|
|
|
|
+ height: 290px;
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
}
|
|
}
|
|
|
|
+}
|
|
</style>
|
|
</style>
|