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

修复CodeViewer样式

parent 79a77d5e
...@@ -26,10 +26,9 @@ const code_split = computed(() => { ...@@ -26,10 +26,9 @@ const code_split = computed(() => {
font-size: 0.8rem; font-size: 0.8rem;
background-color: white; background-color: white;
overflow: auto; overflow: auto;
width: calc(100% - 0.8rem); width: 100%;
height: calc(100% - 0.8rem); height: 100%;
border: 0rem; border: 0rem;
border-radius: 0.3rem; border-radius: 0.3rem;
/* padding: 0.4rem; */
} }
</style> </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