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