* zin: fix detail body height in modal.

This commit is contained in:
sunhao
2024-03-28 15:22:31 +08:00
parent ad9e7e1afc
commit eaee09557a
+1
View File
@@ -1,3 +1,4 @@
.detail-body {height: calc(100vh - 108px);}
.modal-body .detail-body {height: auto;}
.detail-body > .form-actions:last-child {margin-top: 0;}
#mainNavbar + #mainContainer .detail-body {height: calc(100vh - 152px);}