Doc update
parent
0e1d57319e
commit
e6f20f0e2c
|
@ -85,9 +85,8 @@ export default {
|
|||
line-height: 1.5;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep(.custombar1) {
|
||||
&.custombar1 {
|
||||
.p-scrollpanel-wrapper {
|
||||
border-right: 9px solid var(--surface-b);
|
||||
}
|
||||
|
@ -101,9 +100,9 @@ export default {
|
|||
background-color: #007ad9;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep(.custombar2) {
|
||||
&.custombar2 {
|
||||
.p-scrollpanel-wrapper {
|
||||
border-right: 9px solid var(--surface-b);
|
||||
border-bottom: 9px solid var(--surface-b);
|
||||
|
@ -115,5 +114,6 @@ export default {
|
|||
opacity: 1;
|
||||
transition: background-color .2s;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
|
@ -161,9 +161,8 @@ export default {
|
|||
line-height: 1.5;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep(.custombar1) {
|
||||
&.custombar1 {
|
||||
.p-scrollpanel-wrapper {
|
||||
border-right: 9px solid var(--surface-b);
|
||||
}
|
||||
|
@ -177,9 +176,9 @@ export default {
|
|||
background-color: #007ad9;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep(.custombar2) {
|
||||
&.custombar2 {
|
||||
.p-scrollpanel-wrapper {
|
||||
border-right: 9px solid var(--surface-b);
|
||||
border-bottom: 9px solid var(--surface-b);
|
||||
|
@ -191,6 +190,7 @@ export default {
|
|||
opacity: 1;
|
||||
transition: background-color .2s;
|
||||
}
|
||||
}
|
||||
}
|
||||
</CodeHighlight>
|
||||
</TabPanel>
|
||||
|
|
Loading…
Reference in New Issue