fix: BUG修改
This commit is contained in:
parent
eee0f82504
commit
33ce3a4c48
@ -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 {
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -75,8 +75,12 @@
|
||||
<div class="page_text flx-justify-column">
|
||||
<div class="img_title">{{ item.typeName }}</div>
|
||||
<div style="display: flex; justify-content: space-between">
|
||||
<div style="font-size: 12px">位置:{{ item.deviceName }}</div>
|
||||
<div style="font-size: 12px">报警时间:{{ item.reportTime }}</div>
|
||||
<div style="font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis">
|
||||
位置:{{ item.deviceName }}
|
||||
</div>
|
||||
<div style="font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis">
|
||||
报警时间:{{ item.reportTime }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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 这些字段,那么你可以在这里进行处理成这些字段
|
||||
|
||||
@ -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 这些字段,那么你可以在这里进行处理成这些字段
|
||||
|
||||
@ -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 这些字段,那么你可以在这里进行处理成这些字段
|
||||
|
||||
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user