diff --git a/src/assets/images/shangqi/img/none-file-new.png b/src/assets/images/shangqi/img/none-file-new.png new file mode 100644 index 000000000..a9bb2f1ca Binary files /dev/null and b/src/assets/images/shangqi/img/none-file-new.png differ diff --git a/src/pages/phone/domesticStand.vue b/src/pages/phone/domesticStand.vue index 399cefa1b..60d375515 100644 --- a/src/pages/phone/domesticStand.vue +++ b/src/pages/phone/domesticStand.vue @@ -29,16 +29,16 @@
{{item.standName}}
-
标准性质: - - {{ natureMap[item.standNature] }} - - - {{ natureMap[item.standNature] }} - -
+ + + + + + + + + +
标准状态: @@ -57,7 +57,7 @@ style="color: #F56C6C; padding-left: 5px;"> {{ textStatusMap[item.textStatus] }} - {{ textStatusMap[item.textStatus] }} diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 44b2defca..b8f40bf50 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -6117,7 +6117,7 @@ export default { display: inline-block; width: 15px; height: 15px; - background: url('~@/assets/images/shangqi/img/none-file.png'); + background: url('~@/assets/images/shangqi/img/none-file-new.png'); background-size: 100% 100%; } diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue index e3211700d..c7dd0689f 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue @@ -5325,7 +5325,7 @@ export default { display: inline-block; width: 15px; height: 15px; - background: url('~@/assets/images/shangqi/img/none-file.png'); + background: url('~@/assets/images/shangqi/img/none-file-new.png'); background-size: 100% 100%; } diff --git a/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue b/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue index b1c7c7bbc..6f1360925 100644 --- a/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue +++ b/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue @@ -4489,7 +4489,7 @@ display: inline-block; width: 15px; height: 15px; - background:url('~@/assets/images/shangqi/img/none-file.png'); + background: url('~@/assets/images/shangqi/img/none-file-new.png'); background-size:100% 100%; } /deep/ .is-show{ diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index 857f86646..e0dac212d 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -5400,7 +5400,7 @@ export default { display: inline-block; width: 15px; height: 15px; - background: url('~@/assets/images/shangqi/img/none-file.png'); + background: url('~@/assets/images/shangqi/img/none-file-new.png'); background-size: 100% 100%; } diff --git a/src/pages/searchCenter/pages/standardSearch.vue b/src/pages/searchCenter/pages/standardSearch.vue index 64efb31e5..650e15607 100644 --- a/src/pages/searchCenter/pages/standardSearch.vue +++ b/src/pages/searchCenter/pages/standardSearch.vue @@ -2765,9 +2765,18 @@ background-color: #E6A23C !important; } + /deep/ .greenEsClass{ + background-color: #98E165 !important; + } + /deep/ .redEsClass{ background-color: #F56C6C !important; } + + /deep/ .greenClass{ + color: #98E165 !important; + } + /deep/ .yellowClass{ color: #E6A23C !important; }