提交 95d15c15 编写于 作者: qian.jie's avatar qian.jie

新页面添加显示滚动条显示

上级 1f8c1b9c
......@@ -10,7 +10,10 @@
</el-breadcrumb>
</div>
<div class="agment-box">
<div class="serviceSchedule_select">
<div
ref="agmentSelect"
class="serviceSchedule_select"
>
<el-cascader
v-model="innerform"
class="serviceSchedule-cascader"
......@@ -102,6 +105,7 @@
resourceTimeGridPlugin,
],
timeZone: 'UTC',
// aspectRatio: 3, // 设置日历单元格宽度与高度的比例。
schedulerLicenseKey: 'CC-Attribution-NonCommercial-NoDerivatives',
initialView: 'resourceTimeGridDay',
resources: [],
......@@ -225,6 +229,7 @@
};
}
);
// this.getWidth = this.$refs.agmentSelect.scrollWidth + 'px';
this.getWidth = 3000 + 'px';
this.calendarOptions.events = [].concat(dutyRosterPreList, dutyWorkList);
const calendarApi = this.$refs.fullCalendar.getApi();
......@@ -250,8 +255,8 @@
border-radius: 6px;
flex: 3.8;
width: 100%;
max-height: 1000px;
overflow: hidden;
height: 1000px;
overflow: auto;
.serviceSchedule_select {
width: 100%;
background: #fff;
......@@ -297,7 +302,7 @@
// /deep/.fc-col-header-cell{
// width: 100px !important;
// }
// /deep/.fc-timegrid-col{
// /deep/.fc-day-mon{
// width: 100px !important;
// }
// /deep/.fc-timegrid-col-frame{
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册