|
@@ -49,7 +49,7 @@
|
|
:span-method="dataSpanMethod"
|
|
:span-method="dataSpanMethod"
|
|
:data="form.klDiagnoseTypeVO"
|
|
:data="form.klDiagnoseTypeVO"
|
|
border
|
|
border
|
|
- max-height="500"
|
|
|
|
|
|
+ height="500"
|
|
:header-cell-style="{background:'#E3EAF4'}"
|
|
:header-cell-style="{background:'#E3EAF4'}"
|
|
>
|
|
>
|
|
<el-table-column label="依据" width="100" fixed>
|
|
<el-table-column label="依据" width="100" fixed>
|
|
@@ -114,7 +114,6 @@
|
|
<span class="name">组</span>
|
|
<span class="name">组</span>
|
|
</template>
|
|
</template>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- {{scope.row.depart_id}}
|
|
|
|
<el-form-item>
|
|
<el-form-item>
|
|
<img
|
|
<img
|
|
src="../../images/icon-add.png"
|
|
src="../../images/icon-add.png"
|
|
@@ -1433,10 +1432,10 @@ export default {
|
|
}
|
|
}
|
|
};
|
|
};
|
|
</script>
|
|
</script>
|
|
-<style lang="less">
|
|
|
|
|
|
+<style lang="less" scoped>
|
|
@import '../../less/admin.less';
|
|
@import '../../less/admin.less';
|
|
.contents {
|
|
.contents {
|
|
- height: 100%;
|
|
|
|
|
|
+ height: 780px;
|
|
.content {
|
|
.content {
|
|
background: #fff;
|
|
background: #fff;
|
|
padding: 20px 20px 0;
|
|
padding: 20px 20px 0;
|
|
@@ -1463,7 +1462,7 @@ export default {
|
|
.el-input {
|
|
.el-input {
|
|
height: 30px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
line-height: 30px;
|
|
- .el-input__inner {
|
|
|
|
|
|
+ /deep/.el-input__inner {
|
|
height: 30px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
line-height: 30px;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
@@ -1482,7 +1481,7 @@ export default {
|
|
.content-2 {
|
|
.content-2 {
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
padding: 20px 20px;
|
|
padding: 20px 20px;
|
|
- max-height: 650px;
|
|
|
|
|
|
+ height: 580px;
|
|
.el-input {
|
|
.el-input {
|
|
.el-input__inner {
|
|
.el-input__inner {
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
@@ -1493,6 +1492,10 @@ export default {
|
|
}
|
|
}
|
|
.content-2-header {
|
|
.content-2-header {
|
|
padding: 20px 0;
|
|
padding: 20px 0;
|
|
|
|
+ /deep/ .el-table--scrollable-y .el-table__body-wrapper{
|
|
|
|
+ height: 443px;
|
|
|
|
+ overflow-y: auto;
|
|
|
|
+ }
|
|
.title1 {
|
|
.title1 {
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
font-weight: 400;
|