feat: 信息体响应式加载,表单预览及组件添加显示不一致修改

This commit is contained in:
GAOANG
2024-04-15 17:03:59 +08:00
parent 4eb745630e
commit 7505e62e9e
3 changed files with 5 additions and 1 deletions

View File

@ -1197,6 +1197,9 @@
border: 1px dashed #ccc;
background: #fff;
}
:deep(.ant-input-disabled) {
padding-top: 0;
}
/* @import '/@/assets/style/designer/index.css'; */
</style>

View File

@ -1145,6 +1145,8 @@ export const infoComponents = [
infoType: 0, // 0当前用户 1当前组织 2当前时间
labelWidthMode: 'fix',
labelFixWidth: 120,
responsive: false,
respNewRow: false,
loadAgain: false, //二次加载
showLabel: true,
disabled: true,

View File

@ -94,6 +94,5 @@
border: none;
background-color: transparent;
color: inherit;
padding-top: 0;
}
</style>