mirror of
https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 00:52:40 +00:00
节点预览可以预览原始订阅的节点了
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user