Merge pull request #4498 from hsm-lv/fix-conditionbuilder

fix:formula背景色样式
This commit is contained in:
yangwei9012 2022-05-30 20:37:41 +08:00 committed by GitHub
commit 89f3271809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -367,8 +367,6 @@
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
background-color: #fff;
height: var(--Form-input-height);
&-input {
flex: 1;
@ -423,6 +421,8 @@
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
border-radius: var(--borderRadius);
background-color: #fff;
height: var(--Form-input-height);
.#{$ns}FormulaPicker-input {
display: inline-block;
width: 100%;