This commit is contained in:
shidongli 2024-12-26 16:16:09 +08:00
parent 2f0dd74c79
commit 7617d1c9ba

View File

@ -417,18 +417,18 @@ export default {
</script>
<style scoped lang="scss">
// ::-webkit-scrollbar {
// width: 5px;
// }
::-webkit-scrollbar {
width: 13px;
}
// ::-webkit-scrollbar-thumb {
// border-radius: 5px;
// background: #c0c0c0;
// }
::-webkit-scrollbar-thumb {
border-radius: 13px;
background: #c0c0c0;
}
// ::-webkit-scrollbar-track {
// width: 5px;
// }
::-webkit-scrollbar-track {
width: 13px;
}
::v-deep .el-progress {
width: 64%;
display: inline-block;