hotfix/2.9.9.2312.01
This commit is contained in:
parent
f1b0fc588a
commit
3dca9da904
|
|
@ -47,6 +47,12 @@
|
|||
box-shadow: rgba(214, 214, 214, 0.5) 0px 0px 14px 0px;
|
||||
border: 3px solid #fff;
|
||||
|
||||
.sobItemDiv {
|
||||
width: 100%;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.background-wrapper {
|
||||
height: 200px;
|
||||
margin: 10px;
|
||||
|
|
|
|||
|
|
@ -245,7 +245,7 @@ export const tempNormalSetConditions = [
|
|||
},
|
||||
{
|
||||
colSpan: 1,
|
||||
conditionType: "INPUT",
|
||||
conditionType: "TEXTAREA",
|
||||
domkey: ["textContent"],
|
||||
fieldcol: 14,
|
||||
label: "文本内容",
|
||||
|
|
|
|||
Loading…
Reference in New Issue