节点预览可以预览原始订阅的节点了

This commit is contained in:
Peng-YM
2021-01-04 00:03:43 +08:00
parent 37370cccda
commit 8da264608a
5 changed files with 106 additions and 54 deletions

View File

@@ -1024,22 +1024,6 @@ html, body {
}
}
.v-tabs-bar {
.v-slide-group__wrapper {
overflow: visible;
display: -webkit-inline-box;
contain: inherit;
.v-slide-group__content {
z-index: 2;
}
}
.v-tab:not(:first-child) {
margin-left: 5px;
}
}
.v-expansion-panel {
&:before {
-webkit-box-shadow: none;
@@ -1503,4 +1487,10 @@ html, body {
.v-slide-group__wrapper {
contain: none;
}
}
.v-dialog > .v-card > .v-toolbar {
position: sticky;
top: 0;
z-index: 999;
}