amis-saas-5329 [Feature] 「feat」服务调用配置升级

Change-Id: Ie6d56075d7143c7d3bc293b18886ea78396c846a
This commit is contained in:
RickCole21 2022-08-12 14:55:35 +08:00
parent 04a09924e0
commit acc1f3acf5
3 changed files with 36 additions and 3 deletions

View File

@ -426,8 +426,26 @@
text-align: left;
}
.action-apiControl .cxd-Form-row {
align-items: center;
.action-apiControl {
margin-top: 25px;
.cxd-Service {
margin-bottom: 0;
}
.ApiControl {
display: relative;
&-header {
position: absolute;
right: 0;
top: -25px;
}
}
.cxd-Form-row {
align-items: center;
}
}
}

View File

@ -0,0 +1,14 @@
.inputFile-apiControl {
margin-top: 30px;
.ApiControl {
display: relative;
margin-bottom: 0;
&-header {
position: absolute;
right: 0;
top: -25px;
}
}
}

View File

@ -31,6 +31,7 @@
@import './control/databinding-control';
@import './control/event-action';
@import './control/tree_option_control';
@import './control/_inpupt-file';
/* 样式控件 */
@import './style-control/box-model';
@ -1603,4 +1604,4 @@ div.ae-DragImage {
line-height: px2rem(30px);
}
}
}
}