|
@@ -204,6 +204,15 @@
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style scoped lang="less">
|
|
<style scoped lang="less">
|
|
|
|
+ ::-webkit-scrollbar {
|
|
|
|
+ border-radius: 3px;
|
|
|
|
+ width: 8px;
|
|
|
|
+ height: 8px;
|
|
|
|
+ background: rgba(0, 213, 255, 0.3);
|
|
|
|
+ }
|
|
|
|
+ ::-webkit-scrollbar-thumb {
|
|
|
|
+ background: rgba(0, 213, 255, 0.3);
|
|
|
|
+ }
|
|
.selected {
|
|
.selected {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 40px;
|
|
height: 40px;
|