|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div style='width:800px;'>
|
|
|
+ <div>
|
|
|
<el-calendar>
|
|
|
<!-- 这里使用的是 2.5 slot 语法,对于新项目请使用 2.6 slot 语法-->
|
|
|
<template slot="dateCell"
|
|
@@ -25,6 +25,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
mounted () {
|
|
|
+ console.log('来了')
|
|
|
getCourseSchedule({ musicGroupId: '20052813552500001', rows: 100, page: 1 }).then(res => {
|
|
|
if (res.code === 200) {
|
|
|
this.dataList = res.data.rows
|
|
@@ -44,7 +45,7 @@ export default {
|
|
|
<style lang="scss" scoped>
|
|
|
/deep/.el-calendar-day {
|
|
|
box-sizing: border-box;
|
|
|
-
|
|
|
+ height: 80px !important;
|
|
|
p {
|
|
|
height: 100%;
|
|
|
}
|