From 9e50d8bd87a5062d2f15c73f0963f2c2bd51a016 Mon Sep 17 00:00:00 2001 From: wangfei <3597712270@qq.com> Date: 星期五, 16 八月 2024 16:01:24 +0800 Subject: [PATCH] 隐藏菜单栏按钮,部分页面样式调整 --- UI-Project/src/layout/MainErpView.vue | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/UI-Project/src/layout/MainErpView.vue b/UI-Project/src/layout/MainErpView.vue index 67adb53..8fdf761 100644 --- a/UI-Project/src/layout/MainErpView.vue +++ b/UI-Project/src/layout/MainErpView.vue @@ -187,10 +187,12 @@ <SwitchButton size=""/>{{ $t('main.quit') }} </el-icon> </el-button> - <!-- <div class="header-left"> - <el-button :icon="isCollapse ? 'el-icon-s-unfold' : 'el-icon-s-fold'" @click="toggleCollapse" - style="height:30px;"></el-button> - </div> --> + <div class="header-left"> + <el-button @click="toggleCollapse" + style="height:30px;">鈽�</el-button> + <!-- <el-button :icon="isCollapse ? 'el-icon-s-unfold' : 'el-icon-s-fold'" @click="toggleCollapse" + style="height:30px;"></el-button> --> + </div> </span> </div> </el-header> @@ -451,6 +453,6 @@ } } .header-left{ - margin-left: -200px; + margin-left: -350px; } </style> \ No newline at end of file -- Gitblit v1.8.0