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