修改禅道已知bug

This commit is contained in:
qq787203167
2022-08-19 17:42:18 +08:00
parent aaf2280fb0
commit 77ba4c2b00
25 changed files with 177 additions and 1 deletions
@@ -912,6 +912,13 @@
border: none !important;
padding: 0 !important;
}
::v-deep .ant-table-row:first-child {
background: #fff!important;
}
::v-deep .ant-table-body {
background: transparent!important;
}
</style>
<style>
.resize-table-th {
@@ -938,4 +945,5 @@
.rowClassRedYellow {
background: yellow;
}
</style>
@@ -728,6 +728,13 @@
border: none !important;
padding: 0 !important;
}
::v-deep .ant-table-row:first-child {
background: #fff!important;
}
::v-deep .ant-table-body {
background: transparent!important;
}
</style>
<style>
.resize-table-th {
@@ -263,4 +263,11 @@
color: #040B29;
margin-right: 4px;
}
::v-deep .ant-table-row:first-child {
background: #fff!important;
}
::v-deep .ant-table-body {
background: transparent!important;
}
</style>
@@ -347,4 +347,11 @@
.text-operation {
margin-right: 8px;
}
::v-deep .ant-table-row:first-child {
background: #fff!important;
}
::v-deep .ant-table-body {
background: transparent!important;
}
</style>
@@ -207,4 +207,11 @@
color: #040B29;
display: inline-block;
}
::v-deep .ant-table-row:first-child {
background: #fff!important;
}
::v-deep .ant-table-body {
background: transparent!important;
}
</style>
@@ -357,5 +357,11 @@
color: red;
margin-right: 4px;
}
::v-deep .ant-table-row:first-child {
background: #fff!important;
}
::v-deep .ant-table-body {
background: transparent!important;
}
</style>
@@ -215,4 +215,11 @@
color: #040B29;
display: inline-block;
}
::v-deep .ant-table-row:first-child {
background: #fff!important;
}
::v-deep .ant-table-body {
background: transparent!important;
}
</style>
@@ -186,4 +186,11 @@
.text-operation {
margin-right: 8px;
}
::v-deep .ant-table-row:first-child {
background: #fff!important;
}
::v-deep .ant-table-body {
background: transparent!important;
}
</style>
@@ -209,4 +209,11 @@
color: #040B29;
display: inline-block;
}
::v-deep .ant-table-row:first-child {
background: #fff!important;
}
::v-deep .ant-table-body {
background: transparent!important;
}
</style>
@@ -423,6 +423,13 @@
text-justify: inter-ideograph;
word-break: break-all
}
::v-deep .ant-table-row:first-child {
background: #fff!important;
}
::v-deep .ant-table-body {
background: transparent!important;
}
</style>
<style>
.box-clause .ant-card-body {
@@ -462,4 +462,11 @@
color: red;
margin-right: 4px;
}
::v-deep .ant-table-row:first-child {
background: #fff!important;
}
::v-deep .ant-table-body {
background: transparent!important;
}
</style>
@@ -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 {
@@ -1077,6 +1077,13 @@ export default {
<style lang="less" scoped>
@import '~@assets/less/common.less';
::v-deep .ant-table-row:first-child {
background: #fff!important;
}
::v-deep .ant-table-body {
background: transparent!important;
}
.box-title-text {
line-height: 1.4;
display: flex;
@@ -489,4 +489,11 @@ export default {
.add-text-text{
margin-top: -14px;
}
::v-deep .ant-table-row:first-child {
background: #fff!important;
}
::v-deep .ant-table-body {
background: transparent!important;
}
</style>
@@ -364,4 +364,11 @@
.add-text-text {
margin-top: -14px;
}
::v-deep .ant-table-row:first-child {
background: #fff!important;
}
::v-deep .ant-table-body {
background: transparent!important;
}
</style>
@@ -464,4 +464,11 @@ export default {
.add-text-text{
margin-top: -14px;
}
::v-deep .ant-table-row:first-child {
background: #fff!important;
}
::v-deep .ant-table-body {
background: transparent!important;
}
</style>
@@ -510,4 +510,11 @@ export default {
background: #fff;
border-radius: 0 0 2px 2px;
}
::v-deep .ant-table-row:first-child {
background: #fff!important;
}
::v-deep .ant-table-body {
background: transparent!important;
}
</style>
@@ -561,6 +561,13 @@
text-justify: inter-ideograph;
word-break: break-all
}
::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 {
@@ -2274,6 +2274,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 {
@@ -221,4 +221,11 @@
.Virtual-detail-text-right {
}
::v-deep .ant-table-row:first-child {
background: #fff!important;
}
::v-deep .ant-table-body {
background: transparent!important;
}
</style>
@@ -487,4 +487,11 @@ export default {
.add-text-text {
margin-top: -14px;
}
::v-deep .ant-table-row:first-child {
background: #fff!important;
}
::v-deep .ant-table-body {
background: transparent!important;
}
</style>
@@ -340,4 +340,11 @@
text-align: right;
margin-top: 20px;
}
::v-deep .ant-table-row:first-child {
background: #fff!important;
}
::v-deep .ant-table-body {
background: transparent!important;
}
</style>