зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-10-30 13:36:04 +02:00
increased dash width (#78)
Этот коммит содержится в:
родитель
90d049fdf7
Коммит
b9641f9648
@ -70,7 +70,7 @@ class AnalysisExplorer:
|
|||||||
[self._middle_picture_frame()],
|
[self._middle_picture_frame()],
|
||||||
id="Div_middle",
|
id="Div_middle",
|
||||||
style={
|
style={
|
||||||
"width": "60%",
|
"width": "50%",
|
||||||
"display": "inline-block",
|
"display": "inline-block",
|
||||||
"verticalAlign": "top",
|
"verticalAlign": "top",
|
||||||
},
|
},
|
||||||
@ -80,13 +80,13 @@ class AnalysisExplorer:
|
|||||||
[self._right_output_json()],
|
[self._right_output_json()],
|
||||||
id="Div_right",
|
id="Div_right",
|
||||||
style={
|
style={
|
||||||
"width": "30%",
|
"width": "45%",
|
||||||
"display": "inline-block",
|
"display": "inline-block",
|
||||||
"verticalAlign": "top",
|
"verticalAlign": "top",
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
style={"width": "80%", "display": "inline-block"},
|
style={"width": "95%", "display": "inline-block"},
|
||||||
)
|
)
|
||||||
self.app.layout = app_layout
|
self.app.layout = app_layout
|
||||||
# add callbacks to app
|
# add callbacks to app
|
||||||
|
|||||||
Загрузка…
x
Ссылка в новой задаче
Block a user