diff --git a/src/layouts/components/Header/ToolBarRight.vue b/src/layouts/components/Header/ToolBarRight.vue
index 1a79def..80efd9e 100644
--- a/src/layouts/components/Header/ToolBarRight.vue
+++ b/src/layouts/components/Header/ToolBarRight.vue
@@ -35,7 +35,7 @@ import Avatar from "./components/Avatar.vue";
justify-content: center;
position: relative;
// margin: 0 30px 0 0;
- width: 16%;
+ width: 300px;
color: #fff;
font-size: 16px;
.header-icon {
diff --git a/src/views/enterprise/AIwarning/accessSituation/index.scss b/src/views/enterprise/AIwarning/accessSituation/index.scss
index 993b876..9631f6d 100644
--- a/src/views/enterprise/AIwarning/accessSituation/index.scss
+++ b/src/views/enterprise/AIwarning/accessSituation/index.scss
@@ -107,6 +107,9 @@
font-family: "siyuan_Medium";
font-size: 14px;
color: #00378f;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ overflow: hidden;
}
.img_div {
overflow: auto;
diff --git a/src/views/enterprise/AIwarning/accessSituation/index.vue b/src/views/enterprise/AIwarning/accessSituation/index.vue
index 59922e8..bd773a1 100644
--- a/src/views/enterprise/AIwarning/accessSituation/index.vue
+++ b/src/views/enterprise/AIwarning/accessSituation/index.vue
@@ -75,8 +75,12 @@
{{ item.typeName }}
-
位置:{{ item.deviceName }}
-
报警时间:{{ item.reportTime }}
+
+ 位置:{{ item.deviceName }}
+
+
+ 报警时间:{{ item.reportTime }}
+
diff --git a/src/views/goverment/AIwarning/warningMap/index.scss b/src/views/goverment/AIwarning/warningMap/index.scss
index 4bf3f49..80a2d49 100644
--- a/src/views/goverment/AIwarning/warningMap/index.scss
+++ b/src/views/goverment/AIwarning/warningMap/index.scss
@@ -118,6 +118,7 @@
border-radius: 8px;
box-shadow: 0 4px 4px 0 rgb(0 55 143 / 20%);
opacity: 0.9;
+ overflow-y: scroll;
// background-color: rgba(255 255 255 / 80%) !important;
}
diff --git a/src/views/goverment/dustManagement/index.scss b/src/views/goverment/dustManagement/index.scss
index 1ea671d..a28ec94 100644
--- a/src/views/goverment/dustManagement/index.scss
+++ b/src/views/goverment/dustManagement/index.scss
@@ -228,6 +228,7 @@
box-shadow: 0 4px 4px 0 rgb(0 55 143 / 20%);
opacity: 0.9;
width: 290px;
+ overflow-y: scroll;
// background-color: rgba(255 255 255 / 80%) !important;
}
.mapTopData {
diff --git a/src/views/goverment/notice/myPosted/index.vue b/src/views/goverment/notice/myPosted/index.vue
index bdf2f62..4a9bd1f 100644
--- a/src/views/goverment/notice/myPosted/index.vue
+++ b/src/views/goverment/notice/myPosted/index.vue
@@ -144,7 +144,7 @@ const columns: ColumnProps[] = [
{ prop: "title", label: "通知标题", search: { el: "input" } },
{ prop: "content", label: "通知内容", search: { el: "input" }, type: "html" },
{ prop: "createTime", label: "发布时间" },
- { prop: "operation", label: "操作", fixed: "right" }
+ { prop: "operation", label: "操作", fixed: "right", width: 260 }
];
// dataCallback 是对于返回的表格数据做处理,如果你后台返回的数据不是 list && total && pageNum && pageSize 这些字段,那么你可以在这里进行处理成这些字段
diff --git a/src/views/goverment/notice/myReceive/index.vue b/src/views/goverment/notice/myReceive/index.vue
index 65e57c0..8f66944 100644
--- a/src/views/goverment/notice/myReceive/index.vue
+++ b/src/views/goverment/notice/myReceive/index.vue
@@ -141,7 +141,7 @@ const columns: ColumnProps[] = [
return scoped.row.isRead === 1 ? "已读" : "未读";
}
},
- { prop: "operation", label: "操作", fixed: "right" }
+ { prop: "operation", label: "操作", fixed: "right", width: 260 }
];
// dataCallback 是对于返回的表格数据做处理,如果你后台返回的数据不是 list && total && pageNum && pageSize 这些字段,那么你可以在这里进行处理成这些字段
diff --git a/src/views/goverment/policyLows/myPosted/index.vue b/src/views/goverment/policyLows/myPosted/index.vue
index a5742c2..49e8e45 100644
--- a/src/views/goverment/policyLows/myPosted/index.vue
+++ b/src/views/goverment/policyLows/myPosted/index.vue
@@ -80,7 +80,7 @@ const columns: ColumnProps[] = [
},
{ prop: "content", label: "文件内容", search: { el: "input" }, type: "html" },
{ prop: "createTime", label: "发布时间" },
- { prop: "operation", label: "操作", fixed: "right", width: 240 }
+ { prop: "operation", label: "操作", fixed: "right", width: 260 }
];
// dataCallback 是对于返回的表格数据做处理,如果你后台返回的数据不是 list && total && pageNum && pageSize 这些字段,那么你可以在这里进行处理成这些字段
diff --git a/src/views/project/AIwarning/accessSituation/index.scss b/src/views/project/AIwarning/accessSituation/index.scss
index bb6adbf..ad0c979 100644
--- a/src/views/project/AIwarning/accessSituation/index.scss
+++ b/src/views/project/AIwarning/accessSituation/index.scss
@@ -78,6 +78,9 @@
font-family: "siyuan_Medium";
font-size: 14px;
color: #00378f;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ overflow: hidden;
}
.img_diatitle {
font-family: "siyuan_Medium";