Compare commits

..

2 Commits

Author SHA1 Message Date
stt
4184d35854 Merge branch 'main' of http://192.168.1.22:3000/Web/admin-govern 2025-11-18 11:34:01 +08:00
stt
59b56d4a19 样式修改 2025-11-18 11:33:58 +08:00

View File

@@ -6,7 +6,7 @@
v-model="value" v-model="value"
:style="{ :style="{
height: `calc(${prop.height} - ${headerHeight}px + ${fullscreen ? 0 : 56}px )`, height: `calc(${prop.height} - ${headerHeight}px + ${fullscreen ? 0 : 56}px )`,
overflow: 'auto' overflow: 'auto',
}" }"
> >
<template #date-cell="{ data }"> <template #date-cell="{ data }">
@@ -20,7 +20,7 @@
</template> </template>
<div <div
:style="{ :style="{
height: `calc(${prop.height} / 5 ) `, height: `calc(${prop.height} / 5 - 47px) `,
overflow: 'auto' overflow: 'auto'
}" }"
v-html="getTextForDate(data.day)" v-html="getTextForDate(data.day)"
@@ -36,6 +36,7 @@ import { ref, onMounted, provide, reactive, watch, h } from 'vue'
import TableStore from '@/utils/tableStore' import TableStore from '@/utils/tableStore'
import TableHeader from '@/components/table/header/index.vue' import TableHeader from '@/components/table/header/index.vue'
import { dayjs } from 'element-plus' import { dayjs } from 'element-plus'
import { overflow } from 'html2canvas/dist/types/css/property-descriptors/overflow'
const prop = defineProps({ const prop = defineProps({
w: { type: [String, Number] }, w: { type: [String, Number] },