From 17b0897ea77881bb9257fbdf8da20c7b11c4c40f Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期三, 14 八月 2024 17:28:56 +0800
Subject: [PATCH] 1.BOM页面 开发完成70%
---
src/views/systemSetting/processSetting.vue | 18 ++++++++++++------
1 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/src/views/systemSetting/processSetting.vue b/src/views/systemSetting/processSetting.vue
index f38544d..3f62e1e 100644
--- a/src/views/systemSetting/processSetting.vue
+++ b/src/views/systemSetting/processSetting.vue
@@ -138,6 +138,7 @@
this.route = mesSetting.route
this.isOrder = mesSetting.isOrder
+ this.device = mesSetting.device
this.tech = mesSetting.tech
this.workOrder = mesSetting.workOrder
this.every = mesSetting.every
@@ -194,29 +195,34 @@
</script>
<style scoped>
-.main{
+.main {
display: flex;
flex-direction: column;
}
-.block{
+
+.block {
height: 100px;
}
-.block-title{
+
+.block-title {
}
-.block-content{
+
+.block-content {
padding: 20px;
display: flex;
align-items: center;
-
}
-.font{
+.font {
color: #606266;
font-size: 14px;
display: flex;
align-items: center;
width: 200px;
+}
+.el-icon-question {
+ cursor: pointer;
}
</style>
--
Gitblit v1.9.3