v0.0.6
+ Запросы объеденины в соответствующие модули + Оптимизация кода
This commit is contained in:
parent
ab4b8c6bad
commit
2ba510adac
23 changed files with 462 additions and 530 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue