提交 a835491b 编写于 作者: tao.wu's avatar tao.wu

Merge branch 'dev-followUp-20190312' of...

Merge branch 'dev-followUp-20190312' of 192.168.110.53:com.pica.cloud.education.frontend/pica.cloud.web-education-admin into dev-followUp-20190312
<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">
...@@ -32,6 +34,7 @@ ...@@ -32,6 +34,7 @@
</div> </div>
</div> </div>
</div>
</template> </template>
<script> <script>
...@@ -46,7 +49,8 @@ ...@@ -46,7 +49,8 @@
checkStart: false, checkStart: false,
showBtn: '1', showBtn: '1',
resourceId: '', resourceId: '',
saveWay: 1 saveWay: 1,
jumPathThird: '/followup/record-manage/record-list'
} }
}, },
components: { components: {
...@@ -77,7 +81,14 @@ ...@@ -77,7 +81,14 @@
@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: #fff;
}
}
.form-template{ .form-template{
.form-header{ .form-header{
/*position: fixed;*/ /*position: fixed;*/
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册