feat: 完善网址导航功能,支持跳转,支持查看链接详情

This commit is contained in:
2024-09-01 17:11:14 +08:00
parent 530e5ca6a9
commit 1421865d5c
2 changed files with 206 additions and 8 deletions

View File

@@ -189,6 +189,11 @@ html {
border-bottom: 1px solid var(--color-border);
font-size: 18px;
font-weight: bold;
.placeholder {
flex-grow: 1;
width: 0;
}
}
.app-view-content {
@@ -209,4 +214,17 @@ html {
}
}
}
// -- Naive UI --
.n-drawer--right-placement {
.n-drawer-body {
height: 0;
}
.n-drawer-body-content-wrapper {
padding: 20px !important;
line-height: 1;
}
}
</style>