table designer new features (#18682)

* support graph tables

* ignore script compare

* ability to refresh view after edit

* reserve focus after refresh view

* primary key and default constraint

* bug fixes

* vbump sts

* comments

* update type

* fix issue
This commit is contained in:
Alan Ren
2022-03-09 14:17:01 -08:00
committed by GitHub
parent 27763c860c
commit e50bded5d1
19 changed files with 352 additions and 153 deletions

View File

@@ -73,6 +73,12 @@
overflow-y: auto;
}
.designer-component .designer-tab-view {
overflow: scroll;
width: 100%;
height: 100%;
}
.designer-component .component-label {
vertical-align: middle;
}