소스 검색

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

PrinceLee 5 년 전
부모
커밋
a080334ccc
2개의 변경된 파일12개의 추가작업 그리고 6개의 파일을 삭제
  1. 5 0
      src/views/projectManage/projectList/css/index.css
  2. 7 6
      src/views/projectManage/requirement/details/index.vue

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

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

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

@@ -805,18 +805,19 @@ export default {
   background: #3f9eff !important;
   background: #3f9eff !important;
   border-color: #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 {
 .special-button .el-button--info.is-plain {
   background: white !important;
   background: white !important;
 }
 }
-
 .special-button .el-button--info.is-plain:focus{
 .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 {
 .el-message-box__status::before {