Commit 1da48995 authored by wanghao's avatar wanghao

1 大屏-居民用户-详情展示 部分样式调整

parent 34747c87
......@@ -19,26 +19,26 @@
<el-table-column
prop="detectonickNamerName"
label="用户姓名"
width="100"
width=""
>
<template slot-scope="scope">
<div :title="scope.row.nickName" class="ddd" v-unValue>
{{ scope.row.detectorName }}
{{ scope.row.nickName }}
</div>
</template>
</el-table-column>
<el-table-column prop="phone" label="联系电话" width="120">
<el-table-column prop="phone" label="联系电话" width="">
<template slot-scope="scope">
<div v-unValue>{{ scope.row.phone }}</div>
</template>
</el-table-column>
<el-table-column prop="detectorAddr" label="地址" width="140">
<el-table-column prop="detectorAddr" label="地址" width="350">
<template slot-scope="scope">
<div v-unValue class="zzz">{{ scope.row.address }}</div>
</template>
</el-table-column>
<el-table-column prop="linkman" label="设备详情" width="120">
<el-table-column prop="linkman" label="操作" width="90">
<template slot-scope="scope">
<div class="detail">
<el-button
......@@ -52,7 +52,8 @@
</template>
</el-table-column>
<el-table-column
<!-- 20240909 wh 去掉 -->
<!-- <el-table-column
prop="detectorStatus"
label="末次安检时间"
width="120"
......@@ -74,7 +75,7 @@
<template slot-scope="scope">
<div v-unValue>{{ scope.row.alarmTime }}</div>
</template>
</el-table-column>
</el-table-column> -->
</el-table>
<div>
<el-pagination
......@@ -381,7 +382,8 @@ export default {
height: 500px;
width: 760px;
margin-left: -380px;
background: rgba(0, 0, 0, 0.3);
// 20240909 wh 调整 不需要透明度
background: rgba(0, 0, 0, 1);
box-sizing: border-box;
padding: 10px 20px;
// padding-top:-10px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment