会议室信息ui调整
This commit is contained in:
parent
8fd5e0ca96
commit
fcc5659a8d
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<Dialog :title="dialogTitle" v-model="dialogVisible" style="width: 80%">
|
<Dialog :title="dialogTitle" v-model="dialogVisible" style="width: 60%">
|
||||||
<el-form
|
<el-form
|
||||||
ref="formRef"
|
ref="formRef"
|
||||||
:model="formData"
|
:model="formData"
|
||||||
|
@ -164,6 +164,9 @@ onMounted(()=> {
|
|||||||
border: 1px solid #1f1f1f !important; /* 使用 !important 确保样式生效 */
|
border: 1px solid #1f1f1f !important; /* 使用 !important 确保样式生效 */
|
||||||
border-radius: 5px; /* 可选:添加圆角 */
|
border-radius: 5px; /* 可选:添加圆角 */
|
||||||
}
|
}
|
||||||
|
.el-calendar-table .el-calendar-day {
|
||||||
|
height: 105px/*这个覆盖了原组件宽度*/
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.holiday {
|
.holiday {
|
||||||
@ -189,7 +192,8 @@ onMounted(()=> {
|
|||||||
font-size: 12px
|
font-size: 12px
|
||||||
}
|
}
|
||||||
.header-date {
|
.header-date {
|
||||||
|
height: 40px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 10px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user