diff --git a/src/assets/less/common.less b/src/assets/less/common.less index 96038d0..fc27a65 100644 --- a/src/assets/less/common.less +++ b/src/assets/less/common.less @@ -103,13 +103,19 @@ display: flex; align-items: center; font-family: PingFang SC-Regular, PingFang SC, sans-serif; - color: #1D2129; + color: @primary-color; &-icon { margin-right: 8px; color: @primary-color; } } +.operate-del-btn { + color: #C30D23 !important; + .operate-btn-icon { + color: #C30D23 !important; + } +} .action-span-cell > a:first-child { margin-left: 0; diff --git a/src/components/jero/JTable.vue b/src/components/jero/JTable.vue index 4500025..f1a1764 100644 --- a/src/components/jero/JTable.vue +++ b/src/components/jero/JTable.vue @@ -39,7 +39,7 @@ -
+
{{ operation.text }}
@@ -68,7 +68,7 @@ -
+
{{ operation.text }}
diff --git a/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue b/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue index efcc99e..5ac5e72 100644 --- a/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue +++ b/src/views/enterpriseStandardLibrary/standard/EnterpriseStandardList.vue @@ -73,7 +73,7 @@ {{ $t('templateDownload') }} - {{ $t('batchDelete') }} + {{ $t('batchDelete') }} {{ $t('enterpriseStandardLibrary.standard.allocationStandard') }} @@ -110,13 +110,15 @@ @@ -124,11 +126,13 @@ @@ -164,9 +168,11 @@ - - - {{ operation.text }} +
+ + + {{ operation.text }} +
diff --git a/src/views/standardRegulationLibrary/foreignStandard/ForeignStandardList.vue b/src/views/standardRegulationLibrary/foreignStandard/ForeignStandardList.vue index e3ff96e..27cdc0e 100644 --- a/src/views/standardRegulationLibrary/foreignStandard/ForeignStandardList.vue +++ b/src/views/standardRegulationLibrary/foreignStandard/ForeignStandardList.vue @@ -103,7 +103,7 @@ {{ $t('templateDownload') }} - {{ + {{ $t('batchDelete') }} @@ -183,7 +183,7 @@ -
+