From 56fab901b298857ff4985b7429ef843c9a9d1471 Mon Sep 17 00:00:00 2001 From: wangfei <3597712270@qq.com> Date: 星期三, 28 八月 2024 16:20:02 +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