Compare commits
No commits in common. "63782390903ae5217ddcb57dece10145bac1e668" and "c113ad3588af01d4f54434d5bc69686c6c13a56a" have entirely different histories.
6378239090
...
c113ad3588
@ -46,7 +46,6 @@ export default {
|
||||
</script>
|
||||
<style scoped>
|
||||
.state-box {
|
||||
height: 18px;
|
||||
line-height: 18px;
|
||||
height: calc(15px * var(--beilv))
|
||||
}
|
||||
</style>
|
||||
|
@ -93,26 +93,6 @@ export default {
|
||||
background: #366F5D;
|
||||
}
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
width: calc(8px * var(--beilv));
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: #14243f;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-button {
|
||||
width: calc(8px * var(--beilv));
|
||||
height: calc(8px * var(--beilv));
|
||||
background: #5bc4bf9f;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: calc(8px * var(--beilv));
|
||||
background: #5bc4bf9f;
|
||||
}
|
||||
}
|
||||
.progress-box {
|
||||
border-radius: 5px;
|
||||
|
Loading…
Reference in New Issue
Block a user