mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-25 20:40:36 +03:00
M: Small fixes
This commit is contained in:
parent
bee99fbe37
commit
a6bf681765
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
|
@ -58,14 +58,6 @@
|
|||
"depth": 2
|
||||
}
|
||||
],
|
||||
"colorize.include": [".tsx", ".jsx", ".ts", ".js"],
|
||||
"colorize.languages": [
|
||||
"typescript",
|
||||
"javascript",
|
||||
"css",
|
||||
"typescriptreact",
|
||||
"javascriptreact"
|
||||
],
|
||||
"cSpell.words": [
|
||||
"ablt",
|
||||
"acconcept",
|
||||
|
|
|
@ -7410,13 +7410,12 @@
|
|||
"pk": 1,
|
||||
"fields": {
|
||||
"oss": 41,
|
||||
"parent": null,
|
||||
"operation_type": "input",
|
||||
"result": 38,
|
||||
"alias": "КС Вещества",
|
||||
"title": "Вещества и смеси",
|
||||
"description": "",
|
||||
"position_x": 530.0,
|
||||
"position_y": 370.0
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -7424,13 +7423,12 @@
|
|||
"pk": 2,
|
||||
"fields": {
|
||||
"oss": 41,
|
||||
"parent": null,
|
||||
"operation_type": "input",
|
||||
"result": 39,
|
||||
"alias": "КС ООО",
|
||||
"title": "Объект-объектные отношения",
|
||||
"description": "",
|
||||
"position_x": 710.0,
|
||||
"position_y": 370.0
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -7438,13 +7436,12 @@
|
|||
"pk": 4,
|
||||
"fields": {
|
||||
"oss": 41,
|
||||
"parent": null,
|
||||
"operation_type": "input",
|
||||
"result": 40,
|
||||
"alias": "КС Процессы",
|
||||
"title": "Процессы",
|
||||
"description": "",
|
||||
"position_x": 890.0,
|
||||
"position_y": 370.0
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -7452,13 +7449,12 @@
|
|||
"pk": 9,
|
||||
"fields": {
|
||||
"oss": 41,
|
||||
"parent": null,
|
||||
"operation_type": "synthesis",
|
||||
"result": 43,
|
||||
"alias": "КС Объект-сред",
|
||||
"title": "Объектная среда",
|
||||
"description": "",
|
||||
"position_x": 620.0,
|
||||
"position_y": 470.0
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -7466,13 +7462,49 @@
|
|||
"pk": 10,
|
||||
"fields": {
|
||||
"oss": 41,
|
||||
"parent": null,
|
||||
"operation_type": "synthesis",
|
||||
"result": 44,
|
||||
"alias": "КС Проц-сред",
|
||||
"title": "Процессные среды",
|
||||
"description": "",
|
||||
"position_x": 760.0,
|
||||
"position_y": 570.0
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -47,6 +47,7 @@ export function TextArea({
|
|||
<textarea
|
||||
id={id}
|
||||
className={cn(
|
||||
'min-h-0',
|
||||
'px-3 py-2',
|
||||
'leading-tight',
|
||||
'overflow-x-hidden overflow-y-auto',
|
||||
|
|
Loading…
Reference in New Issue
Block a user