From fc06215c58fef8431e9574235680bffd840b507a Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期六, 11 五月 2024 16:55:44 +0800
Subject: [PATCH] 1.生产工单新增预计开工日期、预计完工日期

---
 src/views/basicSettings/installLampList.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/views/basicSettings/installLampList.vue b/src/views/basicSettings/installLampList.vue
index aa3b7b1..e4f9fb9 100644
--- a/src/views/basicSettings/installLampList.vue
+++ b/src/views/basicSettings/installLampList.vue
@@ -591,4 +591,8 @@
   }
 }
 
+::v-deep .el-button--text {
+  font-size: 14px;
+  cursor: pointer;
+}
 </style>

--
Gitblit v1.9.3