feat: 信息体响应式加载,表单预览及组件添加显示不一致修改
This commit is contained in:
@ -1197,6 +1197,9 @@
|
|||||||
border: 1px dashed #ccc;
|
border: 1px dashed #ccc;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
:deep(.ant-input-disabled) {
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* @import '/@/assets/style/designer/index.css'; */
|
/* @import '/@/assets/style/designer/index.css'; */
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -1145,6 +1145,8 @@ export const infoComponents = [
|
|||||||
infoType: 0, // 0当前用户 1当前组织 2当前时间
|
infoType: 0, // 0当前用户 1当前组织 2当前时间
|
||||||
labelWidthMode: 'fix',
|
labelWidthMode: 'fix',
|
||||||
labelFixWidth: 120,
|
labelFixWidth: 120,
|
||||||
|
responsive: false,
|
||||||
|
respNewRow: false,
|
||||||
loadAgain: false, //二次加载
|
loadAgain: false, //二次加载
|
||||||
showLabel: true,
|
showLabel: true,
|
||||||
disabled: true,
|
disabled: true,
|
||||||
|
|||||||
@ -94,6 +94,5 @@
|
|||||||
border: none;
|
border: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
padding-top: 0;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user