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

[fix] fix

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