@@ -733,4 +733,13 @@ const init = () => {
getData()
}
init();
-</script>
+</script>
+
+<style scoped>
+::v-deep .el-scrollbar__bar.is-horizontal{
+ height: 10px;
+}
+::v-deep .el-scrollbar__bar.is-vertical{
+ width: 10px;
+</style>