Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yuan Zhixiang
c-render-vue
Commits
6201cc97
Commit
6201cc97
authored
Apr 29, 2024
by
Yuan Zhixiang
Browse files
修复CodeViewer样式
parent
79a77d5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/CodeViewer.vue
View file @
6201cc97
...
...
@@ -26,10 +26,9 @@ const code_split = computed(() => {
font-size
:
0.8rem
;
background-color
:
white
;
overflow
:
auto
;
width
:
calc
(
100%
-
0.8rem
)
;
height
:
calc
(
100%
-
0.8rem
)
;
width
:
100%
;
height
:
100%
;
border
:
0rem
;
border-radius
:
0.3rem
;
/* padding: 0.4rem; */
}
</
style
>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment