|
|
@@ -74,6 +74,23 @@ export default {
|
|
|
}
|
|
|
</script>
|
|
|
<style>
|
|
|
+::-webkit-scrollbar-track {
|
|
|
+ background: rgba(0, 0, 0, 0.1);
|
|
|
+ border-radius: 0;
|
|
|
+}
|
|
|
+
|
|
|
+::-webkit-scrollbar {
|
|
|
+ -webkit-appearance: none;
|
|
|
+ width: 5px;
|
|
|
+ height: 6px;
|
|
|
+}
|
|
|
+
|
|
|
+::-webkit-scrollbar-thumb {
|
|
|
+ cursor: pointer;
|
|
|
+ border-radius: 5px;
|
|
|
+ background: rgba(0, 0, 0, 0.15);
|
|
|
+ transition: color 0.2s ease;
|
|
|
+}
|
|
|
.el-card__body{
|
|
|
padding: 0 10px !important;
|
|
|
}
|