From 0aaffd3d3eddf79cdbc51ef61f240abb3e50b59c Mon Sep 17 00:00:00 2001 From: Childish-Ghost Date: Thu, 31 Jul 2025 00:41:23 +0800 Subject: [PATCH] =?UTF-8?q?V0.2.4.20250731=20=E2=80=94=E2=80=94=E2=80=94?= =?UTF-8?q?=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94?= =?UTF-8?q?=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=20=E5=9B=BE?= =?UTF-8?q?=E4=B9=A6=E7=AE=A1=E7=90=86=E5=91=98=20=E2=80=94=E2=80=94?= =?UTF-8?q?=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94?= =?UTF-8?q?=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/managerial/BMA.css | 23 +++++++++ src/views/managerial/BMA.vue | 96 +++++++++++++++++++++++++++++++++++ 2 files changed, 119 insertions(+) create mode 100644 src/assets/managerial/BMA.css create mode 100644 src/views/managerial/BMA.vue diff --git a/src/assets/managerial/BMA.css b/src/assets/managerial/BMA.css new file mode 100644 index 0000000..738e27e --- /dev/null +++ b/src/assets/managerial/BMA.css @@ -0,0 +1,23 @@ +.common-layout { + background-color: rgba(0, 149, 5, 0.9); + height: 100lvh; + width: 100lvw; + margin: auto; +} +.container-header{ + height: 8lvh; + display: flex; + align-items: center; +} +.container-all{ + height: 100lvh; +} +.container-aside{ + background-color: rgba(0, 149, 255, 0.9); + height: 100%; + margin: auto; + width: 200px; +} +.flex-grow { + flex-grow: 1; +} \ No newline at end of file diff --git a/src/views/managerial/BMA.vue b/src/views/managerial/BMA.vue new file mode 100644 index 0000000..bfd3514 --- /dev/null +++ b/src/views/managerial/BMA.vue @@ -0,0 +1,96 @@ + + + + + \ No newline at end of file