提交 c260040e 编写于 作者: chengxiang.li's avatar chengxiang.li

[fix] fix

上级 2607d960
<template> <template>
<div class="form-show-scrollY">
<div class="form-template"> <div class="form-template">
<BreadCrumb <BreadCrumb
:curmbFirst="'随访管理'" :curmbFirst="'随访管理'"
:curmbSecond="'录入管理'" :curmbSecond="'录入管理'"
:curmbThird="'录入量表'" :curmbThird="'录入量表'"
:jumPathThird="jumPathThird"
/> />
<div class="resident-content f-main-content screenSet"> <div class="resident-content f-main-content screenSet">
...@@ -38,6 +40,7 @@ ...@@ -38,6 +40,7 @@
</div> </div>
</div> </div>
</div>
</template> </template>
<script> <script>
...@@ -52,7 +55,8 @@ ...@@ -52,7 +55,8 @@
checkStart: false, checkStart: false,
showBtn: true, showBtn: true,
resourceId: '', resourceId: '',
saveWay: 1 saveWay: 1,
jumPathThird: '/followup/record-manage/record-list'
} }
}, },
components: { components: {
...@@ -95,7 +99,15 @@ ...@@ -95,7 +99,15 @@
@import '../../../style/followup/followup-common'; @import '../../../style/followup/followup-common';
@import '../../../style/followup/element-reset.css'; @import '../../../style/followup/element-reset.css';
.form-show-scrollY{
width: 100%; height: 100%; overflow: hidden; overflow-y: scroll;
&::-webkit-scrollbar
{
width: 8px;
height: 8px;
background-color: #fff;
}
}
.form-template{ .form-template{
.form-header{ .form-header{
line-height: 60px; line-height: 60px;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册