Fix object flex bug

This commit is contained in:
2022-03-06 11:30:27 +08:00
parent a684db2306
commit aff68fa435
3 changed files with 11 additions and 3 deletions
+1
View File
@@ -22,6 +22,7 @@ div.object-list-command-bar {
width: 30px;
height: 100%;
display: flex;
flex-shrink: 0;
justify-content: center;
align-items: center;
user-select: none;