docs: 移除边框

pull/49/head
zjx0905 2023-05-08 15:57:18 +08:00
parent 1152853ce2
commit 6f1093fe1c
2 changed files with 1 additions and 8 deletions

View File

@ -21,7 +21,7 @@ export default defineConfig({
{ text: '入门', link: '/basics/request', activeMatch: '/basics/' },
{
text: '进阶',
link: '/advanced/request-interceptor',
link: '/advanced/middleware',
activeMatch: '/advanced/',
},
],

View File

@ -20,7 +20,6 @@
margin-top: var(--vp-nav-height);
padding-top: 40px !important;
height: calc(100% - var(--vp-nav-height));
border-right: 1px solid var(--vp-c-gutter);
transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) !important;
}
@ -149,11 +148,6 @@
}
.vp-code-group .tabs {
border-top: 1px;
border-left: 1px;
border-right: 1px;
border-bottom: 0;
border-style: solid;
border-color: var(--vp-c-gutter);
}
@ -211,7 +205,6 @@
.language-bash,
.language-ts {
border-radius: 6px;
border: 1px solid var(--vp-c-gutter);
}
.prev-next {