会议室信息ui调整

This commit is contained in:
XaoLi717 2024-11-15 10:50:17 +08:00
parent fcc5659a8d
commit f5b135d6db
3 changed files with 10 additions and 9 deletions

View File

@ -40,7 +40,7 @@
<script setup lang="ts">
import { CalendarInstance} from 'element-plus';
import { HyglApi, HyglVO } from '@/api/home/hygl'
import HyInfoForm from "@/views/Home/hysgl/hysinfo/HyInfoForm.vue";
import HyInfoForm from "@/views/Home/hygl/hyinfo/HyInfoForm.vue";
defineOptions({ name: 'HyInfo' })
@ -177,13 +177,13 @@ onMounted(()=> {
height: 100%;
font-size: 16px;
}
.schedule {
width: 100%;
height: 100%;
background-color: #CCFFCC;
color: #3b3e55;
font-size: 12px;
}
//.schedule {
// width: 100%;
// height: 100%;
// background-color: #CCFFCC;
// color: #3b3e55;
// font-size: 12px;
//}
.month-title {
text-align: center
}
@ -191,9 +191,10 @@ onMounted(()=> {
display: inline-block;
font-size: 12px
}
//
.header-date {
height: 40px;
text-align: center;
font-size: 14px;
font-size: 16px;
}
</style>