From a86c2eb2db34d2d350e5c2eb72bf6416ec89c0d2 Mon Sep 17 00:00:00 2001
From: xyc <jc_xiong@hotmail.com>
Date: 星期二, 19 十一月 2024 11:43:03 +0800
Subject: [PATCH] 1)可靠性评定时新增模型检查处理; 2)获取任务二项分布参数时,去掉模型的匹配。

---
 web/src/assets/css/theme-light.css |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/web/src/assets/css/theme-light.css b/web/src/assets/css/theme-light.css
index 9fcc43b..f2ac0a4 100644
--- a/web/src/assets/css/theme-light.css
+++ b/web/src/assets/css/theme-light.css
@@ -252,6 +252,10 @@
   background: #17507c;
   border-color: #17507c;
 }
+.zt.light .el-button--primary.is-disabled{
+  background-color: #8bd9d1;
+  border-color: #8bd9d1;
+}
 .zt.light .el-tabs__item.is-active{
   color:#4877e8;
 }
@@ -346,7 +350,7 @@
   border-right: none;
 }
 .zt.light ::-webkit-scrollbar {
-  width: 5px;
+  width: 10px;
   height: 10px;
 }
 
@@ -483,12 +487,14 @@
   color:#fff;
 }
 .zt.light .el-table{
-  box-shadow: 0 3px 12px 0 rgba(72, 119, 232, 0.13);
+  /*box-shadow: 0 3px 12px 0 rgba(72, 119, 232, 0.13);*/
   border-radius: 4px;
-  border: solid 1px #e0e5f2;
+  border: none;
 }
 .zt.light .el-tab-pane .el-form{
   background: #fff;
+  margin-top: 10px;
+  margin-bottom: 10px;
 }
 .zt.light .el-tab-pane .el-button.form-title{
   padding-left:20px;

--
Gitblit v1.9.1