修改禅道已知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>
|
||||
@@ -382,4 +382,11 @@
|
||||
.Required-One {
|
||||
color: red;
|
||||
}
|
||||
::v-deep .ant-table-row:first-child {
|
||||
background: #fff!important;
|
||||
}
|
||||
|
||||
::v-deep .ant-table-body {
|
||||
background: transparent!important;
|
||||
}
|
||||
</style>
|
||||
@@ -450,4 +450,11 @@
|
||||
margin-right: 4px;
|
||||
display: inline-block;
|
||||
}
|
||||
::v-deep .ant-table-row:first-child {
|
||||
background: #fff!important;
|
||||
}
|
||||
|
||||
::v-deep .ant-table-body {
|
||||
background: transparent!important;
|
||||
}
|
||||
</style>
|
||||
@@ -1015,6 +1015,13 @@
|
||||
font-weight: 500;
|
||||
color: #000F16;
|
||||
}
|
||||
::v-deep .ant-table-row:first-child {
|
||||
background: #fff!important;
|
||||
}
|
||||
|
||||
::v-deep .ant-table-body {
|
||||
background: transparent!important;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
.box-input .ant-select-selection {
|
||||
|
||||
Reference in New Issue
Block a user