|
@@ -567,11 +567,11 @@
|
|
|
color: #5473e8;
|
|
|
}
|
|
|
|
|
|
- .warning {
|
|
|
- width: 100%;
|
|
|
- height: 2px;
|
|
|
- background: red;
|
|
|
- }
|
|
|
+ // .warning {
|
|
|
+ // width: 100%;
|
|
|
+ // height: 2px;
|
|
|
+ // background: red;
|
|
|
+ // }
|
|
|
|
|
|
.executory,
|
|
|
.inExecution,
|
|
@@ -596,33 +596,33 @@
|
|
|
background: #50cad4;
|
|
|
}
|
|
|
|
|
|
- .top-grade {
|
|
|
- background: linear-gradient(90deg, #5678e9, #7993f6);
|
|
|
- color: #fff;
|
|
|
- padding: 3px;
|
|
|
- border-radius: 2px;
|
|
|
- }
|
|
|
-
|
|
|
- .second-class {
|
|
|
- background: linear-gradient(90deg, #50cdd9, #82e2ea);
|
|
|
- color: #fff;
|
|
|
- padding: 3px;
|
|
|
- border-radius: 2px;
|
|
|
- }
|
|
|
-
|
|
|
- .third-class {
|
|
|
- background: linear-gradient(90deg, #ffa735, #ffbf70);
|
|
|
- color: #fff;
|
|
|
- padding: 3px;
|
|
|
- border-radius: 2px;
|
|
|
- }
|
|
|
-
|
|
|
- .substandard {
|
|
|
- background: linear-gradient(90deg, #b2b4bb, #ced0d5);
|
|
|
- color: #fff;
|
|
|
- padding: 3px;
|
|
|
- border-radius: 2px;
|
|
|
- }
|
|
|
+ // .top-grade {
|
|
|
+ // background: linear-gradient(90deg, #5678e9, #7993f6);
|
|
|
+ // color: #fff;
|
|
|
+ // padding: 3px;
|
|
|
+ // border-radius: 2px;
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .second-class {
|
|
|
+ // background: linear-gradient(90deg, #50cdd9, #82e2ea);
|
|
|
+ // color: #fff;
|
|
|
+ // padding: 3px;
|
|
|
+ // border-radius: 2px;
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .third-class {
|
|
|
+ // background: linear-gradient(90deg, #ffa735, #ffbf70);
|
|
|
+ // color: #fff;
|
|
|
+ // padding: 3px;
|
|
|
+ // border-radius: 2px;
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .substandard {
|
|
|
+ // background: linear-gradient(90deg, #b2b4bb, #ced0d5);
|
|
|
+ // color: #fff;
|
|
|
+ // padding: 3px;
|
|
|
+ // border-radius: 2px;
|
|
|
+ // }
|
|
|
|
|
|
.wrap {
|
|
|
width: 400px;
|
|
@@ -749,48 +749,48 @@
|
|
|
border-bottom-right-radius: 0px;
|
|
|
}
|
|
|
|
|
|
- .button-container {
|
|
|
- display: flex;
|
|
|
- flex-wrap: nowrap;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
- background-color: #fff;
|
|
|
- width: 100%;
|
|
|
- height: 50px;
|
|
|
- padding: 0 10px;
|
|
|
-
|
|
|
- &>div {
|
|
|
- margin-left: 10px;
|
|
|
- display: flex;
|
|
|
- flex-wrap: nowrap;
|
|
|
- flex-direction: row;
|
|
|
-
|
|
|
- &>span {
|
|
|
- line-height: 50px;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- /deep/.auditFlow-box {
|
|
|
- position: unset;
|
|
|
- margin-left: 10px;
|
|
|
-
|
|
|
- &/deep/.auditFlow-icon {
|
|
|
- width: auto;
|
|
|
- padding-right: 30px;
|
|
|
- }
|
|
|
-
|
|
|
- &/deep/.auditFlow-main {
|
|
|
- position: absolute;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .box-app {
|
|
|
- display: inline-block;
|
|
|
- float: left;
|
|
|
- margin-left: 30px;
|
|
|
- line-height: 50px;
|
|
|
- }
|
|
|
+ // .button-container {
|
|
|
+ // display: flex;
|
|
|
+ // flex-wrap: nowrap;
|
|
|
+ // justify-content: space-between;
|
|
|
+ // align-items: center;
|
|
|
+ // background-color: #fff;
|
|
|
+ // width: 100%;
|
|
|
+ // height: 50px;
|
|
|
+ // padding: 0 10px;
|
|
|
+
|
|
|
+ // &>div {
|
|
|
+ // margin-left: 10px;
|
|
|
+ // display: flex;
|
|
|
+ // flex-wrap: nowrap;
|
|
|
+ // flex-direction: row;
|
|
|
+
|
|
|
+ // &>span {
|
|
|
+ // line-height: 50px;
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+
|
|
|
+ // /deep/.auditFlow-box {
|
|
|
+ // position: unset;
|
|
|
+ // margin-left: 10px;
|
|
|
+
|
|
|
+ // &/deep/.auditFlow-icon {
|
|
|
+ // width: auto;
|
|
|
+ // padding-right: 30px;
|
|
|
+ // }
|
|
|
+
|
|
|
+ // &/deep/.auditFlow-main {
|
|
|
+ // position: absolute;
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .box-app {
|
|
|
+ // display: inline-block;
|
|
|
+ // float: left;
|
|
|
+ // margin-left: 30px;
|
|
|
+ // line-height: 50px;
|
|
|
+ // }
|
|
|
|
|
|
/deep/.el-dialog {
|
|
|
.el-form-item {
|
|
@@ -818,47 +818,47 @@
|
|
|
/*}*/
|
|
|
// 控制select为只读的时候显示样式
|
|
|
|
|
|
- .hide-sel {
|
|
|
- .el-input__inner {
|
|
|
- border: 0px;
|
|
|
- }
|
|
|
-
|
|
|
- .el-icon-arrow-up {
|
|
|
- display: none;
|
|
|
- }
|
|
|
-
|
|
|
- .el-textarea__inner {
|
|
|
- background-color: #fff !important;
|
|
|
- border: 0;
|
|
|
- }
|
|
|
-
|
|
|
- .el-date-editor {
|
|
|
- i {
|
|
|
- display: none;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .is-disabled {
|
|
|
- .el-input__inner:hover {
|
|
|
- background-color: #fff !important;
|
|
|
- border: 0;
|
|
|
- }
|
|
|
-
|
|
|
- color: #606266;
|
|
|
-
|
|
|
- .el-input__inner {
|
|
|
- background-color: #fff !important;
|
|
|
- border: 0;
|
|
|
- color: #606266;
|
|
|
- }
|
|
|
-
|
|
|
- .el-textarea__inner {
|
|
|
- background-color: #fff !important;
|
|
|
- border: 0;
|
|
|
- color: #606266;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+ // .hide-sel {
|
|
|
+ // .el-input__inner {
|
|
|
+ // border: 0px;
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .el-icon-arrow-up {
|
|
|
+ // display: none;
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .el-textarea__inner {
|
|
|
+ // background-color: #fff !important;
|
|
|
+ // border: 0;
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .el-date-editor {
|
|
|
+ // i {
|
|
|
+ // display: none;
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .is-disabled {
|
|
|
+ // .el-input__inner:hover {
|
|
|
+ // background-color: #fff !important;
|
|
|
+ // border: 0;
|
|
|
+ // }
|
|
|
+
|
|
|
+ // color: #606266;
|
|
|
+
|
|
|
+ // .el-input__inner {
|
|
|
+ // background-color: #fff !important;
|
|
|
+ // border: 0;
|
|
|
+ // color: #606266;
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .el-textarea__inner {
|
|
|
+ // background-color: #fff !important;
|
|
|
+ // border: 0;
|
|
|
+ // color: #606266;
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // }
|
|
|
|
|
|
// 控制select为只读的时候显示样式
|
|
|
/deep/.ws-class-table-col {
|