|
|
@@ -1295,7 +1295,7 @@ onUnmounted(()=>{
|
|
|
|
|
|
// 分数占位符,用于对齐
|
|
|
.schedule-count-placeholder {
|
|
|
- width: 60px;
|
|
|
+ width: 26.91px;
|
|
|
flex-shrink: 0;
|
|
|
}
|
|
|
|
|
|
@@ -1303,11 +1303,9 @@ onUnmounted(()=>{
|
|
|
.schedule-cell {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- justify-content: flex-start;
|
|
|
+ justify-content: center;
|
|
|
min-height: 24px;
|
|
|
gap: 5px;
|
|
|
- padding-left: 20px;
|
|
|
- margin-left: 10px;
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
@@ -1319,9 +1317,6 @@ onUnmounted(()=>{
|
|
|
line-height: 24px;
|
|
|
}
|
|
|
|
|
|
-.ml-10px {
|
|
|
- margin-left: 10px;
|
|
|
-}
|
|
|
|
|
|
// 已排期的单元格黄色背景
|
|
|
:deep(.cell-scheduled) {
|