Browse Source

Merge branch 'master' of http://113.204.105.114:10011/TwoKe/zhgkpt-datav into master

LAPTOP-U5GOA5HA\zz 1 year ago
parent
commit
22fe626958
1 changed files with 9 additions and 0 deletions
  1. 9 0
      app/src/views/PoliceSituation/components/Alarm.vue

+ 9 - 0
app/src/views/PoliceSituation/components/Alarm.vue

@@ -204,6 +204,15 @@
 </script>
 
 <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 {
 		width: 100%;
 		height: 40px;