会议室信息ui调整
This commit is contained in:
parent
fcc5659a8d
commit
f5b135d6db
@ -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>
|
Loading…
Reference in New Issue
Block a user