aboutsummaryrefslogtreecommitdiff
path: root/src/tools/git-memo/git-memo.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/git-memo/git-memo.vue')
-rw-r--r--src/tools/git-memo/git-memo.vue18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/tools/git-memo/git-memo.vue b/src/tools/git-memo/git-memo.vue
index d1b45d5..c32415f 100644
--- a/src/tools/git-memo/git-memo.vue
+++ b/src/tools/git-memo/git-memo.vue
@@ -5,18 +5,18 @@
</template>
<script setup lang="ts">
-import Memo from './git-memo.md'
-import { useThemeVars } from 'naive-ui'
+import Memo from './git-memo.md';
+import { useThemeVars } from 'naive-ui';
-const themeVars = useThemeVars()
+const themeVars = useThemeVars();
</script>
<style lang="less" scoped>
::v-deep(pre) {
- margin: 0;
- padding: 15px 22px;
- background-color: v-bind('themeVars.cardColor');
- border-radius: 4px;
- overflow: auto;
+ margin: 0;
+ padding: 15px 22px;
+ background-color: v-bind('themeVars.cardColor');
+ border-radius: 4px;
+ overflow: auto;
}
-</style> \ No newline at end of file
+</style>