From efed4b8ea217c667112d532b151e4302ba13a50e Mon Sep 17 00:00:00 2001 From: Mikhail Chechnev Date: Thu, 16 Jan 2025 15:38:10 +0300 Subject: [PATCH] =?UTF-8?q?WEBAPP:=20=D1=81=D1=82=D0=B8=D0=BB=D0=B8=20?= =?UTF-8?q?=D1=81=D0=BA=D1=80=D0=BE=D0=BB=D0=BE=D0=B2=20=D0=B4=D0=BB=D1=8F?= =?UTF-8?q?=20=D1=82=D0=B5=D0=BB=D1=8F=20=D0=BF=D0=B0=D0=BD=D0=B5=D0=BB?= =?UTF-8?q?=D0=B8=20=D0=B8=20=D0=B3=D0=BB=D0=B0=D0=B2=D0=BD=D0=BE=D0=B3?= =?UTF-8?q?=D0=BE=20=D0=B1=D0=BE=D0=BA=D0=BE=D0=B2=D0=BE=D0=B3=D0=BE=20?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D1=8E=20=D0=BF=D0=B0=D0=BD=D0=B5=D0=BB=D0=B5?= =?UTF-8?q?=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/p8p_app_workspace.js | 6 ++++-- index.html | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/components/p8p_app_workspace.js b/app/components/p8p_app_workspace.js index 88a37fd..334ad76 100644 --- a/app/components/p8p_app_workspace.js +++ b/app/components/p8p_app_workspace.js @@ -23,7 +23,8 @@ import { ListItemIcon, ListItemText } from "@mui/material"; //Интерфейсные компоненты -import { P8PPanelsMenuDrawer, P8P_PANELS_MENU_PANEL_SHAPE } from "./p8p_panels_menu"; +import { P8PPanelsMenuDrawer, P8P_PANELS_MENU_PANEL_SHAPE } from "./p8p_panels_menu"; //Меню +import { APP_STYLES } from "../../app.styles"; //Типовые стили //--------- //Константы @@ -34,6 +35,7 @@ const APP_BAR_HEIGHT = "64px"; //Стили const STYLES = { + DRAWER: { [`& .MuiDrawer-paper`]: { ...APP_STYLES.SCROLL } }, ROOT_BOX: { display: "flex" }, APP_BAR: { position: "fixed" }, APP_BAR_BUTTON: { mr: 2 }, @@ -88,7 +90,7 @@ const P8PAppWorkspace = ({ children, panels = [], selectedPanel, closeCaption, h - + diff --git a/index.html b/index.html index 236ddf3..adcd761 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ - +