|
@@ -38,8 +38,8 @@ let calendarOptions = ref({
|
|
|
},
|
|
|
events:[{
|
|
|
id:1,
|
|
|
- title:'我是默认事件', //事件名称
|
|
|
- start:'2024-03-26',//日期,默认是全天事件
|
|
|
+ title:'RAG Storage Pool', //事件名称
|
|
|
+ start:'2024-04-01',//日期,默认是全天事件
|
|
|
textColor:'#000',//字体颜色
|
|
|
backgroundColor:'#ffc0cb',//背景色
|
|
|
borderColor:'#ffc0cb',//边框色
|
|
@@ -51,7 +51,7 @@ let calendarOptions = ref({
|
|
|
},{
|
|
|
id:2,
|
|
|
title:'我是默认事件2名字很长很长', //事件名称
|
|
|
- start:'2024-03-26',//日期,默认是全天事件
|
|
|
+ start:'2024-0-02',//日期,默认是全天事件
|
|
|
textColor:'#000',//字体颜色
|
|
|
backgroundColor:'#ffc0cb',//背景色
|
|
|
borderColor:'#ffc0cb',//边框色
|
|
@@ -123,7 +123,9 @@ defineExpose({ calendarApi });
|
|
|
width:100% !important;
|
|
|
} */
|
|
|
:deep(.fc-daygrid-day-number){
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 12px;
|
|
|
+ padding:0 2px;
|
|
|
}
|
|
|
:deep(.fc-scrollgrid-sync-inner){
|
|
|
width: 100%;
|
|
@@ -135,7 +137,7 @@ defineExpose({ calendarApi });
|
|
|
display: block;
|
|
|
}
|
|
|
:deep(.fc-col-header-cell-cushion ){
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 12px;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
@@ -146,6 +148,26 @@ defineExpose({ calendarApi });
|
|
|
width: 0;
|
|
|
}
|
|
|
}
|
|
|
+ :deep(.fc-scrollgrid){
|
|
|
+ border:none;
|
|
|
+ .fc-scrollgrid-section-header{
|
|
|
+ th{
|
|
|
+ border:none !important;
|
|
|
+ }
|
|
|
+ .fc-col-header-cell{
|
|
|
+ //font-weight: 500;
|
|
|
+ .fc-scrollgrid-sync-inner{
|
|
|
+ justify-content: flex-start;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .fc-scrollgrid-section-body{
|
|
|
+ td{
|
|
|
+ border: none !important;
|
|
|
+ border-left:3px solid #E3B377 !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
:deep(.fc-daygrid-day-events){
|
|
|
min-height: 1em !important;
|
|
|
margin-top: 0 !important;
|