修改
This commit is contained in:
parent
2f0dd74c79
commit
7617d1c9ba
@ -417,18 +417,18 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
// ::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
// width: 5px;
|
width: 13px;
|
||||||
// }
|
}
|
||||||
|
|
||||||
// ::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
// border-radius: 5px;
|
border-radius: 13px;
|
||||||
// background: #c0c0c0;
|
background: #c0c0c0;
|
||||||
// }
|
}
|
||||||
|
|
||||||
// ::-webkit-scrollbar-track {
|
::-webkit-scrollbar-track {
|
||||||
// width: 5px;
|
width: 13px;
|
||||||
// }
|
}
|
||||||
::v-deep .el-progress {
|
::v-deep .el-progress {
|
||||||
width: 64%;
|
width: 64%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user