Skip to content

Commit

Permalink
cm fontsize 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Keywos committed Mar 19, 2024
1 parent 29924bf commit 4a29948
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store-front-end",
"version": "2.14.192",
"version": "2.14.193",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
4 changes: 2 additions & 2 deletions src/views/editCode/cmView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<button @click="setPanel"><img :src="more" /></button>
</div>

<div ref="viewRef" style="width: 100%; font-size: 11px" />
<div ref="viewRef" style="width: 100%; font-size: 12px" />
<div style="height: 10px" />
</div>
</template>
Expand Down Expand Up @@ -92,7 +92,7 @@ const isDarkModeEnabled = ref(true);
const Length = ref("");
const props = defineProps(["isReadOnly", "id"]);
// console.log(props.id);
console.log("cm-id: ", props.id);
const cmStore = useCodeStore();
const viewRef = ref(null);
Expand Down

0 comments on commit 4a29948

Please sign in to comment.