[Bug]: Add unique constraints when there are too many columns to display the issue
ODC version
odc424
OB version
What happened?
https://github.com/oceanbase/odc/assets/143492234/31df2fbe-6c7c-40a8-8e32-b20285da457a
What did you expect to happen?
How can we reproduce it (as minimally and precisely as possible)?
- Create Table
CREATE TABLE
c(colint(11) NOT NULL,col1int(11) DEFAULT NULL,col11int(12) DEFAULT NULL,fint(11) DEFAULT NULL, PRIMARY KEY (col), KEYf(col1) BLOCK_SIZE 16384 GLOBAL ) - Add a unique key constraint
Anything else we need to know?
No response
Cloud
No response
Troubleshooting conclusion: The style problem does not recur under Mac, but it can happen under Windows. It can be inferred from the phenomenon that the problem should be caused by the horizontal scroll bar of the table container (when the drop-down selection box is expanded, if the height of the drop-down box is greater than the height of the table container, an issue will appear. vertical scroll bar)
Fixed In Commit f7f8d011871d36ed12c11e82f855ffdb65abccaf ------ xiaokang Wed May 29 14:58:29 2024 +0800
pass