会议室信息ui调整
This commit is contained in:
parent
fcc5659a8d
commit
f5b135d6db
@ -40,7 +40,7 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { CalendarInstance} from 'element-plus';
|
import { CalendarInstance} from 'element-plus';
|
||||||
import { HyglApi, HyglVO } from '@/api/home/hygl'
|
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' })
|
defineOptions({ name: 'HyInfo' })
|
||||||
|
|
||||||
@ -177,13 +177,13 @@ onMounted(()=> {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
.schedule {
|
//.schedule {
|
||||||
width: 100%;
|
// width: 100%;
|
||||||
height: 100%;
|
// height: 100%;
|
||||||
background-color: #CCFFCC;
|
// background-color: #CCFFCC;
|
||||||
color: #3b3e55;
|
// color: #3b3e55;
|
||||||
font-size: 12px;
|
// font-size: 12px;
|
||||||
}
|
//}
|
||||||
.month-title {
|
.month-title {
|
||||||
text-align: center
|
text-align: center
|
||||||
}
|
}
|
||||||
@ -191,9 +191,10 @@ onMounted(()=> {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 12px
|
font-size: 12px
|
||||||
}
|
}
|
||||||
|
//标题的大小
|
||||||
.header-date {
|
.header-date {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 14px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue
Block a user