feat: 信息体响应式加载,表单预览及组件添加显示不一致修改
This commit is contained in:
@ -1197,6 +1197,9 @@
|
||||
border: 1px dashed #ccc;
|
||||
background: #fff;
|
||||
}
|
||||
:deep(.ant-input-disabled) {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
/* @import '/@/assets/style/designer/index.css'; */
|
||||
</style>
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -94,6 +94,5 @@
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
color: inherit;
|
||||
padding-top: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user