mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 21:08:55 +08:00
amis-saas-5329 [Feature] 「feat」服务调用配置升级
Change-Id: Ie6d56075d7143c7d3bc293b18886ea78396c846a
This commit is contained in:
parent
04a09924e0
commit
acc1f3acf5
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
14
packages/amis-editor-core/scss/control/_inpupt-file.scss
Normal file
14
packages/amis-editor-core/scss/control/_inpupt-file.scss
Normal file
@ -0,0 +1,14 @@
|
||||
.inputFile-apiControl {
|
||||
margin-top: 30px;
|
||||
|
||||
.ApiControl {
|
||||
display: relative;
|
||||
margin-bottom: 0;
|
||||
|
||||
&-header {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: -25px;
|
||||
}
|
||||
}
|
||||
}
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user