enhance(frontend): improve plugin management
This commit is contained in:
parent
88efc0a3be
commit
d9858b03c9
5 changed files with 112 additions and 36 deletions
|
|
@ -74,10 +74,8 @@ watch(() => props.lang, (to) => {
|
|||
<style module lang="scss">
|
||||
.codeBlockRoot :global(.shiki) {
|
||||
padding: 1em;
|
||||
margin: .5em 0;
|
||||
margin: 0;
|
||||
overflow: auto;
|
||||
border-radius: 8px;
|
||||
border: 1px solid var(--MI_THEME-divider);
|
||||
font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
|
||||
|
||||
color: var(--shiki-fallback);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue