修改禅道已知bug
This commit is contained in:
@@ -355,7 +355,7 @@
|
||||
},
|
||||
initiatingProcessClick() {
|
||||
this.$router.push({
|
||||
path:'/initiateDocumentComparison'
|
||||
path: '/initiateDocumentComparison'
|
||||
})
|
||||
// let newUrl = this.$router.resolve({
|
||||
// path: '/initiateDocumentComparison'
|
||||
@@ -489,4 +489,12 @@
|
||||
color: red;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
::v-deep .ant-table-row:first-child {
|
||||
background: #fff!important;
|
||||
}
|
||||
|
||||
::v-deep .ant-table-body {
|
||||
background: transparent!important;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user