forked from dyf/dyf-vue-ui
Merge branch 'main' of http://47.107.152.87:3000/liubiao/dyf-vue-ui
# Conflicts: # src/views/fys-equipment/fenceAccessRecord/index.vue
This commit is contained in:
@ -335,7 +335,7 @@ onUnmounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.custom-alarm-card {
|
.custom-alarm-card {
|
||||||
height: 270px;
|
min-height: 270px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
box-shadow: 0px 0px 6px 0px rgba(0, 27, 74, 0.1);
|
box-shadow: 0px 0px 6px 0px rgba(0, 27, 74, 0.1);
|
||||||
@ -379,7 +379,7 @@ onUnmounted(() => {
|
|||||||
.deviceName {
|
.deviceName {
|
||||||
color: rgba(56, 64, 79, 1);
|
color: rgba(56, 64, 79, 1);
|
||||||
font-family: Microsoft YaHei;
|
font-family: Microsoft YaHei;
|
||||||
font-size: 16px;
|
font-size: 14px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -83,13 +83,13 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
||||||
<!-- <el-table-column label="经纬度" align="center" prop="id">
|
<el-table-column label="经纬度" align="center" prop="id">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<span style="margin-right: 15px">{{ scope.row.longitude }}</span
|
<span style="margin-right: 15px">{{ scope.row.longitude }}</span
|
||||||
><span>{{ scope.row.latitude }}</span>
|
><span>{{ scope.row.latitude }}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column> -->
|
</el-table-column>
|
||||||
<el-table-column label="事件地址" align="left" prop="eventAddress"> </el-table-column>
|
<el-table-column label="精度" align="userName" prop="accuracy"> </el-table-column>
|
||||||
|
|
||||||
<el-table-column label="操作" fixed="right" width="180" class-name="small-padding fixed-width">
|
<el-table-column label="操作" fixed="right" width="180" class-name="small-padding fixed-width">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
|
|||||||
Reference in New Issue
Block a user