diff --git a/core/core-frontend/src/components/visualization/LinkageSet.vue b/core/core-frontend/src/components/visualization/LinkageSet.vue index d8eeb47291..65907aaf3d 100644 --- a/core/core-frontend/src/components/visualization/LinkageSet.vue +++ b/core/core-frontend/src/components/visualization/LinkageSet.vue @@ -241,7 +241,7 @@ - + diff --git a/core/core-frontend/src/views/template/component/DeTemplateItem.vue b/core/core-frontend/src/views/template/component/DeTemplateItem.vue index 9b1e984519..6dff315e13 100644 --- a/core/core-frontend/src/views/template/component/DeTemplateItem.vue +++ b/core/core-frontend/src/views/template/component/DeTemplateItem.vue @@ -21,12 +21,12 @@ - - {{ t('commons.edit') }} + + {{ t('commons.edit') }} - - {{ t('chart.delete') }} + + {{ t('chart.delete') }} @@ -181,4 +181,15 @@ const handleCommand = key => { color: #fff; padding: 3px; } +.opt-icon { + font-size: 16px; + color: rgba(100, 106, 115, 1); +} +.opt-name { + font-weight: 400; + font-size: 14px; + line-height: 22px; + margin-left: 3px; + color: rgba(31, 35, 41, 1); +} diff --git a/core/core-frontend/src/views/template/component/DeTemplateList.vue b/core/core-frontend/src/views/template/component/DeTemplateList.vue index 28d7bb969d..2e2081fa1a 100644 --- a/core/core-frontend/src/views/template/component/DeTemplateList.vue +++ b/core/core-frontend/src/views/template/component/DeTemplateList.vue @@ -24,12 +24,12 @@ @@ -235,4 +235,16 @@ defineExpose({ border: 0; height: 1px; } + +.opt-icon { + font-size: 16px; + color: rgba(100, 106, 115, 1); +} +.opt-name { + font-weight: 400; + font-size: 14px; + line-height: 22px; + margin-left: 3px; + color: rgba(31, 35, 41, 1); +}