Browse Source

项目详情数据统计显示缺陷

PrinceLee 5 years ago
parent
commit
a080334ccc

+ 5 - 0
src/views/projectManage/projectList/css/index.css

@@ -24,6 +24,11 @@
 .special-button .el-button--info.is-plain {
   background: white !important;
 }
+.special-button .el-button--info.is-plain:focus{
+  background-color: white;
+  color: #606266;
+  border-color: #d3d4d6;
+}
 .diologPadding .el-dialog__body {
   padding: 30px 70px 30px 20px
 }

+ 7 - 6
src/views/projectManage/requirement/details/index.vue

@@ -805,18 +805,19 @@ export default {
   background: #3f9eff !important;
   border-color: #3f9eff !important;
 }
-.special-button .el-button--info.is-plain:hover {
-  background: #3f9eff !important;
-  border-color: #3f9eff !important;
+.layout_header .el-button--info.is-plain:focus {
+  background-color: white;
+  color: #606266;
+  border-color: #d3d4d6;
 }
 
 .special-button .el-button--info.is-plain {
   background: white !important;
 }
-
 .special-button .el-button--info.is-plain:focus{
-  background: #3f9eff !important;
-  border-color: #3f9eff !important;
+  background-color: white;
+  color: #606266;
+  border-color: #d3d4d6;
 }
 
 .el-message-box__status::before {