修改
This commit is contained in:
parent
2f0dd74c79
commit
7617d1c9ba
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user