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> </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;