会议室信息ui调整

This commit is contained in:
XaoLi717 2024-11-15 10:36:09 +08:00
parent 8fd5e0ca96
commit fcc5659a8d
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<template>
<Dialog :title="dialogTitle" v-model="dialogVisible" style="width: 80%">
<Dialog :title="dialogTitle" v-model="dialogVisible" style="width: 60%">
<el-form
ref="formRef"
:model="formData"

View File

@ -164,6 +164,9 @@ onMounted(()=> {
border: 1px solid #1f1f1f !important; /* 使用 !important 确保样式生效 */
border-radius: 5px; /* 可选:添加圆角 */
}
.el-calendar-table .el-calendar-day {
height: 105px/*这个覆盖了原组件宽度*/
}
</style>
<style scoped lang="scss">
.holiday {
@ -189,7 +192,8 @@ onMounted(()=> {
font-size: 12px
}
.header-date {
height: 40px;
text-align: center;
font-size: 10px;
font-size: 14px;
}
</style>