mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 12:29:24 +08:00
Merge remote-tracking branch 'amis/master'
This commit is contained in:
commit
0d355243a2
@ -5,6 +5,10 @@
|
||||
border-radius: $Table-borderRadius;
|
||||
margin-bottom: $gap-md;
|
||||
|
||||
.#{$ns}Form-control > & {
|
||||
margin-bottom: $gap-sm;
|
||||
}
|
||||
|
||||
&-fixedLeft,
|
||||
&-fixedRight {
|
||||
position: absolute;
|
||||
@ -358,7 +362,7 @@
|
||||
position: relative;
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: px2rem(1px);
|
||||
top: 0;
|
||||
@ -369,7 +373,7 @@
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: "";
|
||||
content: '';
|
||||
position: absolute;
|
||||
height: px2rem(1px);
|
||||
top: px2rem(20px);
|
||||
@ -442,7 +446,7 @@
|
||||
// position: relative;
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: px2rem(1px);
|
||||
top: px2rem(30px);
|
||||
|
@ -1,6 +1,7 @@
|
||||
.#{$ns}Combo {
|
||||
&-placeholder {
|
||||
color: $text--muted-color;
|
||||
padding-top: px2rem(7px);
|
||||
}
|
||||
|
||||
&-toolbarBtn {
|
||||
@ -111,9 +112,7 @@
|
||||
0 (-$Combo--vertical-item-gap * 2);
|
||||
|
||||
> .#{$ns}Combo-placeholder {
|
||||
padding: ($Combo--vertical-item-gap * 2) ($Combo--vertical-item-gap * 2)
|
||||
0 ($Combo--vertical-item-gap * 2);
|
||||
margin-bottom: $Combo--vertical-item-gap * 2;
|
||||
margin: $Combo--vertical-item-gap * 2;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -501,7 +501,7 @@ export default class FormTable extends React.Component<TableProps, TableState> {
|
||||
columns.push({
|
||||
type: 'operation',
|
||||
buttons: btns,
|
||||
width: 100,
|
||||
width: 150,
|
||||
label: '操作'
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user