+ Запросы объеденины в соответствующие модули
+ Оптимизация кода
This commit is contained in:
Alexander Zhirov 2023-06-03 21:27:07 +03:00
parent ab4b8c6bad
commit 2ba510adac
23 changed files with 462 additions and 530 deletions

View file

@ -78,8 +78,12 @@ input {
table-layout: fixed;
}
div.group-content {
height: 55vh;
}
div.body-rows {
max-height: 55vh;
height: calc(100% - 55px);
overflow-x: auto;
border: 1px solid #c5c5c5;
border-top: 0;