up
This commit is contained in:
@@ -709,16 +709,22 @@ onMounted(() => {
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
/* 减少工具栏与日历主体之间的间距 */
|
||||||
|
:deep(.fc .fc-toolbar) {
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
/* 日历名称按钮样式 */
|
/* 日历名称按钮样式 */
|
||||||
:deep(.fc-myTitle-button) {
|
:deep(.fc-myTitle-button) {
|
||||||
background: none !important;
|
background: none !important;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
cursor: default !important;
|
cursor: default !important;
|
||||||
font-size: 1.1rem;
|
font-size: 2rem;
|
||||||
font-weight: 600;
|
font-weight: 700;
|
||||||
color: #374151;
|
color: #1f2937;
|
||||||
padding: 0 8px;
|
padding: 0 0px;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
:deep(.fc-myTitle-button:disabled) {
|
:deep(.fc-myTitle-button:disabled) {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user