feat: 完善网址导航功能,支持跳转,支持查看链接详情
This commit is contained in:
18
src/App.vue
18
src/App.vue
@@ -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>
|
||||
|
Reference in New Issue
Block a user