Commit 1da48995 authored by wanghao's avatar wanghao

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

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