From f8b34dee9ed59136d2e15132b5cd8d6b697d83ac Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Mon, 23 Jun 2025 11:39:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=9D=A2=E5=8C=85=E5=B1=91?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 6 +- src/assets/separator.png | Bin 0 -> 662 bytes src/components/Breadcrumb.vue | 166 +++++++++++++++++++++++----------------- src/components/Breadcrumb1.vue | 77 +++++++++++++++++++ src/components/SetLeftMenu.vue | 2 +- src/router/index.js | 51 +++++++----- src/store/index.js | 24 ++++++ src/views/DoctorInformation.vue | 8 +- src/views/HomeView.vue | 42 ++++++++-- src/views/HosInformation.vue | 10 +-- 10 files changed, 278 insertions(+), 108 deletions(-) create mode 100644 src/assets/separator.png create mode 100644 src/components/Breadcrumb1.vue diff --git a/src/App.vue b/src/App.vue index 1c31f16..c4fac0d 100755 --- a/src/App.vue +++ b/src/App.vue @@ -9,7 +9,7 @@ - + @@ -87,6 +87,10 @@ export default { .short-container { height: calc(100vh - 62px); } +.main-right-content{ + display: flex; + flex-direction: column; +} ::v-deep .el-container .el-main { // padding: 12px; diff --git a/src/assets/separator.png b/src/assets/separator.png new file mode 100644 index 0000000000000000000000000000000000000000..0ff4277ab6dd1266044a1ecb534bb1e8d391b976 GIT binary patch literal 662 zcmV;H0%`q;P)Px#1am@3R0s$N2z&@+hyVZrKuJVFRA_WXmxT z#)sA!!{VjI9MmR&bEd8Sc1v@sxOUqy<04z#8r&iTe6Y3C$_1oS#*E`c^T~#O-B?v0 zs6oI(6`cTx53MUj=c7@wwvAt@fXmBoJp!hhPu4%e{LCdswH*lQRJ%@UHc1j=>)fZZ zgG^-0G3P8jn3!QPc-Eb`=BcCusg!Y5wppYS0mb`H5eA&O-a`N2UBIsTZ#AE6uDQK! z7V$3NzKTv!Vw*4e6BcD0Fb|46t?!<*s^u}jCz@q^1qMfF}V**`~vNM~AZjA!Mgc+brTNfVWy&+a!g#PuncwWTU0F zNw^yJyNOGVGMqY4YMVqem-xqEE#M+sP4B`si&zOb=9yTPZ5FW-u(Qp|o{1(H3)tN@ zwbgfhCYoR@pq+<3-MWJNGtmSq8~yZoCBg8Q5MR$k6Rc)n*zYDv(Hy|7O8a^yn&5Ph wrBcT2Je)GdUNNZiVgKnzUmI&^X!uX~4SomE - - - - {{ item.title }} - - - - - - - \ No newline at end of file +} + + \ No newline at end of file diff --git a/src/components/Breadcrumb1.vue b/src/components/Breadcrumb1.vue new file mode 100644 index 0000000..7dea213 --- /dev/null +++ b/src/components/Breadcrumb1.vue @@ -0,0 +1,77 @@ + + + + + \ No newline at end of file diff --git a/src/components/SetLeftMenu.vue b/src/components/SetLeftMenu.vue index 2329ce1..7de414e 100644 --- a/src/components/SetLeftMenu.vue +++ b/src/components/SetLeftMenu.vue @@ -1,6 +1,6 @@