M: Small fixes

This commit is contained in:
Ivan 2025-05-29 15:38:57 +03:00
parent bee99fbe37
commit a6bf681765
3 changed files with 48 additions and 23 deletions

View File

@ -58,14 +58,6 @@
"depth": 2 "depth": 2
} }
], ],
"colorize.include": [".tsx", ".jsx", ".ts", ".js"],
"colorize.languages": [
"typescript",
"javascript",
"css",
"typescriptreact",
"javascriptreact"
],
"cSpell.words": [ "cSpell.words": [
"ablt", "ablt",
"acconcept", "acconcept",

View File

@ -7410,13 +7410,12 @@
"pk": 1, "pk": 1,
"fields": { "fields": {
"oss": 41, "oss": 41,
"parent": null,
"operation_type": "input", "operation_type": "input",
"result": 38, "result": 38,
"alias": "КС Вещества", "alias": "КС Вещества",
"title": "Вещества и смеси", "title": "Вещества и смеси",
"description": "", "description": ""
"position_x": 530.0,
"position_y": 370.0
} }
}, },
{ {
@ -7424,13 +7423,12 @@
"pk": 2, "pk": 2,
"fields": { "fields": {
"oss": 41, "oss": 41,
"parent": null,
"operation_type": "input", "operation_type": "input",
"result": 39, "result": 39,
"alias": "КС ООО", "alias": "КС ООО",
"title": "Объект-объектные отношения", "title": "Объект-объектные отношения",
"description": "", "description": ""
"position_x": 710.0,
"position_y": 370.0
} }
}, },
{ {
@ -7438,13 +7436,12 @@
"pk": 4, "pk": 4,
"fields": { "fields": {
"oss": 41, "oss": 41,
"parent": null,
"operation_type": "input", "operation_type": "input",
"result": 40, "result": 40,
"alias": "КС Процессы", "alias": "КС Процессы",
"title": "Процессы", "title": "Процессы",
"description": "", "description": ""
"position_x": 890.0,
"position_y": 370.0
} }
}, },
{ {
@ -7452,13 +7449,12 @@
"pk": 9, "pk": 9,
"fields": { "fields": {
"oss": 41, "oss": 41,
"parent": null,
"operation_type": "synthesis", "operation_type": "synthesis",
"result": 43, "result": 43,
"alias": "КС Объект-сред", "alias": "КС Объект-сред",
"title": "Объектная среда", "title": "Объектная среда",
"description": "", "description": ""
"position_x": 620.0,
"position_y": 470.0
} }
}, },
{ {
@ -7466,13 +7462,49 @@
"pk": 10, "pk": 10,
"fields": { "fields": {
"oss": 41, "oss": 41,
"parent": null,
"operation_type": "synthesis", "operation_type": "synthesis",
"result": 44, "result": 44,
"alias": "КС Проц-сред", "alias": "КС Проц-сред",
"title": "Процессные среды", "title": "Процессные среды",
"description": "", "description": ""
"position_x": 760.0, }
"position_y": 570.0 },
{
"model": "oss.layout",
"pk": 1,
"fields": {
"oss": 41,
"data": {
"blocks": [],
"operations": [
{
"x": 530.0,
"y": 370.0,
"id": 1
},
{
"x": 710.0,
"y": 370.0,
"id": 2
},
{
"x": 890.0,
"y": 370.0,
"id": 4
},
{
"x": 620.0,
"y": 470.0,
"id": 9
},
{
"x": 760.0,
"y": 570.0,
"id": 10
}
]
}
} }
} }
] ]

View File

@ -47,6 +47,7 @@ export function TextArea({
<textarea <textarea
id={id} id={id}
className={cn( className={cn(
'min-h-0',
'px-3 py-2', 'px-3 py-2',
'leading-tight', 'leading-tight',
'overflow-x-hidden overflow-y-auto', 'overflow-x-hidden overflow-y-auto',