|
|
@ -719,6 +719,8 @@ export default { |
|
|
|
} |
|
|
|
|
|
|
|
#operation-record { |
|
|
|
height: 100%; |
|
|
|
overflow: auto; |
|
|
|
.btnBox{ |
|
|
|
display: flex; |
|
|
|
justify-content: flex-end; |
|
|
@ -804,4 +806,36 @@ export default { |
|
|
|
display: none; |
|
|
|
} |
|
|
|
} |
|
|
|
::v-deep .el-table--group, |
|
|
|
::v-deep .el-table--border { |
|
|
|
border: 1px solid #8e8c8c !important; |
|
|
|
border-bottom: none !important; |
|
|
|
} |
|
|
|
::v-deep .el-icon-arrow-up{ |
|
|
|
display: none; |
|
|
|
} |
|
|
|
::v-deep .el-input-group__append, ::v-deep .el-input-group__prepend{ |
|
|
|
background: none; |
|
|
|
padding: 0 5px !important; |
|
|
|
} |
|
|
|
::v-deep .el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell { |
|
|
|
background: none !important; |
|
|
|
} |
|
|
|
::v-deep .el-input__inner { |
|
|
|
padding: 0; |
|
|
|
border: none; |
|
|
|
text-align: center; |
|
|
|
height: 26px; |
|
|
|
line-height: 26px !important; |
|
|
|
border-radius: 0; |
|
|
|
} |
|
|
|
::v-deep .el-textarea__inner{ |
|
|
|
border: none; |
|
|
|
} |
|
|
|
::v-deep .el-table td, #threeFunc .el-table th{ |
|
|
|
border-color: #8e8c8c; |
|
|
|
} |
|
|
|
::v-deep .el-icon-date::before{ |
|
|
|
display: none; |
|
|
|
} |
|
|
|
</style> |
|
|
|