diff --git a/src/assets/style/variable.less b/src/assets/style/variable.less
index aa9fce55..c13b6a5a 100644
--- a/src/assets/style/variable.less
+++ b/src/assets/style/variable.less
@@ -60,7 +60,7 @@ body {
// result view color
--color-result-tip: var(--color-text-2);
- --color-result-tip-bg: var(--color-fill-1);
+ --color-result-tip-bg: var(--color-fill-3);
// avatar icon color
--color-avatar-icon: rgb(var(--arcoblue-5));
diff --git a/src/components/highlight-block/index.vue b/src/components/highlight-block/index.vue
index 62e1e862..9e97e6e6 100644
--- a/src/components/highlight-block/index.vue
+++ b/src/components/highlight-block/index.vue
@@ -1,6 +1,6 @@
-
+
@@ -18,7 +18,7 @@
return '';
}
},
- langType: {
+ lang: {
type: String,
default() {
return 'json';
@@ -31,9 +31,7 @@