From a65112ecf7580c7d5a2ae60d05150cac34e59f5d Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 26 九月 2022 16:30:33 +0800
Subject: [PATCH] 1.工艺路线工艺设置下拉选中之后自动回车2.工序定义检验人员选中默认当前登录人员
---
src/layout/components/Sidebar/index.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue
index f8dfb86..a30d465 100644
--- a/src/layout/components/Sidebar/index.vue
+++ b/src/layout/components/Sidebar/index.vue
@@ -84,19 +84,19 @@
<style lang="scss">
$main_color: #42b983;
-.layoutLogo{
+.layoutLogo {
position: absolute;
top: 5px;
- z-index:10;
+ z-index: 10;
left: 5px;
width: 200px;
height: 90px;
- background:url("../../../assets/images/layout_logo.png") no-repeat;
+ background: url("../../../assets/images/layout_logo.png") no-repeat;
}
-.scrollbarWrapperClass{
- margin-top:90px;
- height: 85%;
+.scrollbarWrapperClass {
+ margin-top: 90px;
+ height: calc(85% - 45px) !important;
}
.el-button--text, .el-button--text.is-disabled, .el-button--text.is-disabled:focus, .el-button--text.is-disabled:hover, .el-button--text:active {
--
Gitblit v1.9.3