Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-sensitive-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.foundation.frontend
pica-sensitive-admin
提交
fe3bbb61
提交
fe3bbb61
编写于
11月 27, 2019
作者:
chengxiang.li
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update watermask logic
上级
72bcf479
变更
2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
22 行增加
和
23 行删除
+22
-23
data-view-message.vue
src/views/sensitive-control/data-view-message.vue
+10
-22
data-view.vue
src/views/sensitive-control/data-view.vue
+12
-1
未找到文件。
src/views/sensitive-control/data-view-message.vue
浏览文件 @
fe3bbb61
...
...
@@ -8,6 +8,7 @@
<template
v-if=
"tableDataList && tableDataList.outModels && tableDataList.outModels.length > 0"
>
<el-table
:data=
"tableDataList.outModels"
:row-style=
"getRowClass"
:header-row-style=
"getRowClass"
:header-cell-style=
"getRowClass"
border
style=
"width: 100%"
>
<template
...
...
@@ -211,6 +212,9 @@
bg
.
style
.
background
=
`url(
${
vm
.
waterMark
}
) repeat`
;
bg
.
style
.
backgroundSize
=
'200px auto'
;
},
getRowClass
({
row
,
column
,
rowIndex
,
columnIndex
})
{
return
"background:#3f5c6d2c;"
;
},
confirmSendRemark
()
{
// 添加备注信息
if
(
vm
.
newRemark
.
trim
()
==
''
){
vm
.
$message
.
error
(
'请先输入备注信息!'
);
...
...
@@ -520,28 +524,6 @@
}
}
}
// 调整弹框样式,使弹窗只占用自身空间,使其不影响给mask加的事件
// .condition-dialog-wrap{
// overflow: hidden;
// bottom: auto !important;
// right: auto !important;
// left: 50%; margin-left: -150px; top: 2vh;
// .el-dialog--center{
// margin: 0 !important;
// }
// .el-dialog__body{
// padding: 15px 15px 0 !important;
// .el-form{
// -webkit-overflow-scrolling:touch;
// height: 300px; overflow: hidden; overflow-y: scroll;
// }
// }
// .el-form-item__label{
// overflow: hidden;
// text-overflow: ellipsis;
// white-space: nowrap;
// }
// }
ul, li {
list-style: none;
}
...
...
@@ -571,6 +553,12 @@
margin: 30px 0;
float: right;
}
.tebale_card {
background-color: #3f5c6d2c;
}
.el-table, .el-table__expanded-cell {
background-color: #3f5c6d2c;
}
}
</
style
>
\ No newline at end of file
src/views/sensitive-control/data-view.vue
浏览文件 @
fe3bbb61
...
...
@@ -54,6 +54,7 @@
v-if=
"tableDataList && tableDataList.outModels && tableDataList.outModels.length > 0"
ref=
"multipleTable"
:data=
"tableDataList.outModels"
:row-style=
"getRowClass"
:header-row-style=
"getRowClass"
:header-cell-style=
"getRowClass"
border
tooltip-effect=
"dark"
style=
"width: 100%"
...
...
@@ -251,6 +252,9 @@ export default {
vm
.
$message
.
error
(
'网络出现点问题'
)
})
},
getRowClass
({
row
,
column
,
rowIndex
,
columnIndex
})
{
return
"background:#3f5c6d2c;"
;
},
getWaterMark
()
{
let
callback
=
(
res
)
=>
{
if
(
res
.
code
==
'000000'
){
...
...
@@ -269,7 +273,7 @@ export default {
setWaterMark
()
{
let
bg
=
document
.
getElementById
(
'bodyContent'
);
bg
.
style
.
background
=
`url(
${
vm
.
waterMark
}
) repeat`
;
bg
.
style
.
backgroundSize
=
'
2
00px auto'
;
bg
.
style
.
backgroundSize
=
'
3
00px auto'
;
},
handleClearCondition
()
{
// debugger;
...
...
@@ -617,5 +621,12 @@ export default {
margin-top: 30px;
float: right;
}
.tebale_card {
background-color: #3f5c6d2c;
}
.el-table, .el-table__expanded-cell {
background-color: #3f5c6d2c;
}
}
</
style
>
\ No newline at end of file
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录