Commit 6201cc97 authored by Yuan Zhixiang's avatar Yuan Zhixiang
Browse files

修复CodeViewer样式

parent 79a77d5e
......@@ -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>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment