Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zh-baseversion-project
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王浩
zh-baseversion-project
Commits
1da48995
Commit
1da48995
authored
Sep 09, 2024
by
wanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 大屏-居民用户-详情展示 部分样式调整
parent
34747c87
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
UserCenter.vue
zh-baseversion-web/src/components/bigWindow/UserCenter.vue
+10
-8
No files found.
zh-baseversion-web/src/components/bigWindow/UserCenter.vue
View file @
1da48995
...
...
@@ -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
.
detector
Name
}}
{{
scope
.
row
.
nick
Name
}}
</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=
"
14
0"
>
<el-table-column
prop=
"detectorAddr"
label=
"地址"
width=
"
35
0"
>
<
template
slot-scope=
"scope"
>
<div
v-unValue
class=
"zzz"
>
{{
scope
.
row
.
address
}}
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
"linkman"
label=
"
设备详情"
width=
"12
0"
>
<el-table-column
prop=
"linkman"
label=
"
操作"
width=
"9
0"
>
<
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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment