From cf3ec317dd436976df8a9e7a4dc77a9b5d47d8d3 Mon Sep 17 00:00:00 2001
From: SZH <szh_hello@163.com>
Date: Thu, 25 Aug 2022 10:35:39 +0800
Subject: [PATCH] 修改打包环境配置
---
src/views/specialWorkSystem/workFlow/approveBasic/index.vue | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/src/views/specialWorkSystem/workFlow/approveBasic/index.vue b/src/views/specialWorkSystem/workFlow/approveBasic/index.vue
index d6fda36..47badfd 100644
--- a/src/views/specialWorkSystem/workFlow/approveBasic/index.vue
+++ b/src/views/specialWorkSystem/workFlow/approveBasic/index.vue
@@ -316,7 +316,7 @@
<style scoped lang="scss">
$homeNavLengh: 8;
.home-container {
- height: calc(100vh - 114px);
+ height: calc(100vh - 144px);
box-sizing: border-box;
overflow: hidden;
.homeCard {
@@ -438,9 +438,6 @@
border: 2px solid #0098f5;
color: #0098f5;
}
-}
-:deep(.el-date-editor) {
- width: 100%;
}
:deep(.el-textarea.is-disabled .el-textarea__inner) {
background-color: var(--el-card-bg-color);
--
Gitblit v1.9.2