feat: view support quick edit
This commit is contained in:
parent
17ae461163
commit
62164c907c
@ -10,14 +10,6 @@
|
||||
transform: translateX(-10%);
|
||||
}
|
||||
|
||||
.nb-row {
|
||||
> .ant-col:first-child:last-child {
|
||||
display: block;
|
||||
flex: 0 0 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
.ant-row.nb-row {
|
||||
margin: 0 !important;
|
||||
|
@ -28,6 +28,7 @@ export default {
|
||||
valueField: 'id',
|
||||
multiple: false,
|
||||
required: true,
|
||||
viewName: 'views_v2.form',
|
||||
component: {
|
||||
type: 'drawerSelect',
|
||||
'x-component-props': {
|
||||
|
Loading…
Reference in New Issue
Block a user