Doc update
parent
0e1d57319e
commit
e6f20f0e2c
|
@ -85,9 +85,8 @@ export default {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
::v-deep(.custombar1) {
|
&.custombar1 {
|
||||||
.p-scrollpanel-wrapper {
|
.p-scrollpanel-wrapper {
|
||||||
border-right: 9px solid var(--surface-b);
|
border-right: 9px solid var(--surface-b);
|
||||||
}
|
}
|
||||||
|
@ -103,7 +102,7 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
::v-deep(.custombar2) {
|
&.custombar2 {
|
||||||
.p-scrollpanel-wrapper {
|
.p-scrollpanel-wrapper {
|
||||||
border-right: 9px solid var(--surface-b);
|
border-right: 9px solid var(--surface-b);
|
||||||
border-bottom: 9px solid var(--surface-b);
|
border-bottom: 9px solid var(--surface-b);
|
||||||
|
@ -116,4 +115,5 @@ export default {
|
||||||
transition: background-color .2s;
|
transition: background-color .2s;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
|
@ -161,9 +161,8 @@ export default {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
::v-deep(.custombar1) {
|
&.custombar1 {
|
||||||
.p-scrollpanel-wrapper {
|
.p-scrollpanel-wrapper {
|
||||||
border-right: 9px solid var(--surface-b);
|
border-right: 9px solid var(--surface-b);
|
||||||
}
|
}
|
||||||
|
@ -179,7 +178,7 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
::v-deep(.custombar2) {
|
&.custombar2 {
|
||||||
.p-scrollpanel-wrapper {
|
.p-scrollpanel-wrapper {
|
||||||
border-right: 9px solid var(--surface-b);
|
border-right: 9px solid var(--surface-b);
|
||||||
border-bottom: 9px solid var(--surface-b);
|
border-bottom: 9px solid var(--surface-b);
|
||||||
|
@ -192,6 +191,7 @@ export default {
|
||||||
transition: background-color .2s;
|
transition: background-color .2s;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
</CodeHighlight>
|
</CodeHighlight>
|
||||||
</TabPanel>
|
</TabPanel>
|
||||||
</TabView>
|
</TabView>
|
||||||
|
|
Loading…
Reference in New Issue