Обновление данных для рендринга

This commit is contained in:
2026-05-19 19:47:11 +03:00
parent ec325b51bc
commit c99a045400
2 changed files with 65 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
.container {
/* display: flex;
flex-direction: column;
flex-wrap: nowrap;*/
height: 500px;
overflow: auto;
border: 1px solid black;
}
.item {
font-size: 16pt;
border: 1px dotted gray;
/*margin: 5px 10px;
padding: 10px;*/
border-radius: 5px;
}