-
-
项目位置
-
建宁路与热河交叉路口
+
+
+
+
+ {{ item.name }}
+ {{ item.content }}
-
-
+
+
diff --git a/src/views/projectAdmin/zjsj/command/leftTwo.vue b/src/views/projectAdmin/zjsj/command/leftTwo.vue
index 51ba3c02..addaebb1 100644
--- a/src/views/projectAdmin/zjsj/command/leftTwo.vue
+++ b/src/views/projectAdmin/zjsj/command/leftTwo.vue
@@ -1,21 +1,90 @@
-
+
+
+
-
+
diff --git a/src/views/projectAdmin/zjsj/index.vue b/src/views/projectAdmin/zjsj/index.vue
index c6303798..84d69d19 100644
--- a/src/views/projectAdmin/zjsj/index.vue
+++ b/src/views/projectAdmin/zjsj/index.vue
@@ -159,4 +159,13 @@ export default {
height: calc(100% - 110px);
}
}
+
+/* 全局滚动条样式 */
+::v-deep ::-webkit-scrollbar {
+ /*滚动条整体样式*/
+ width: 0 !important;
+ /*高宽分别对应横竖滚动条的尺寸*/
+ height: 8 !important;
+ cursor: pointer !important;
+}