From 95fe284d1b3c11b573653f1564d0e084e7de5bb5 Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期一, 21 八月 2023 09:02:07 +0800 Subject: [PATCH] modified: src/api/laboratory/measure.js modified: src/api/util/requestUtil.js modified: src/components/Breadcrumb/index.vue modified: src/layout/components/AppMain.vue modified: src/layout/index.vue new file: src/utils/dateUtil.js modified: src/utils/request.js modified: src/views/laboratory/measure/Add.vue modified: src/views/laboratory/measure/index.vue --- src/layout/index.vue | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/src/layout/index.vue b/src/layout/index.vue index 7d41209..37ab14d 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -8,8 +8,12 @@ </div> <div class="clearFixed" /> <!-- 娓呴櫎瀹氫綅鐨勫奖鍝� --> + <div class="breadcrumb"> <Breadcrumb class="breadcrumb-container" ref="breadcrumb" /> + </div> + <div class="app-main"> <app-main ref="main" @triggerCombackBtn="triggerCombackBtn"/> + </div> </div> </div> </template> @@ -54,6 +58,12 @@ combackPlan(){ this.$refs.main.childMethod() }, + indexAdd(){ + this.$refs.main.mainAdd() + }, + showIndexAdd(){ + this.$refs.breadcrumb.showadd() + }, triggerCombackBtn(){ this.$refs.breadcrumb.triggerBtnPlan() } @@ -78,10 +88,20 @@ box-shadow: 0 0 0.857143rem rgba(0,0,0,.12); } .main-container{ + position: relative; background: #f0f2f5; .clearFixed{ height: 50px; } + .breadcrumb{ + position: fixed; + left: 0.57rem !important; + width: 93.8%; + z-index: 999; + } + .app-main{ + margin-top: 4vh; + } } } .drawer-bg { -- Gitblit v1.9.3