Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-sensitive-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.foundation.frontend
pica-sensitive-admin
提交
3642ec25
提交
3642ec25
编写于
11月 27, 2019
作者:
chengxiang.li
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update data-view-message page style
上级
78742434
变更
1
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
10 行增加
和
4 行删除
+10
-4
data-view-message.vue
src/views/sensitive-control/data-view-message.vue
+10
-4
未找到文件。
src/views/sensitive-control/data-view-message.vue
浏览文件 @
3642ec25
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
:data=
"tableDataList.outModels"
:data=
"tableDataList.outModels"
:row-style=
"getRowClass"
:header-row-style=
"getRowClass"
:header-cell-style=
"getRowClass"
:row-style=
"getRowClass"
:header-row-style=
"getRowClass"
:header-cell-style=
"getRowClass"
border
border
style=
"width: 100%"
>
style=
"width: 100%
; flex:1; overflow: scroll;
"
>
<template
<template
v-if=
"tableDataList && tableDataList.columnList"
v-if=
"tableDataList && tableDataList.columnList"
v-for=
"item in tableDataList.columnList"
v-for=
"item in tableDataList.columnList"
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<el-table-column
<el-table-column
align=
"center"
align=
"center"
label=
"操作"
label=
"操作"
width=
"1
0
0"
>
width=
"1
2
0"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
@
click=
"showRemarkModal(scope.row)"
type=
"text"
size=
"small"
>
备注
</el-button>
<el-button
@
click=
"showRemarkModal(scope.row)"
type=
"text"
size=
"small"
>
备注
</el-button>
<!--
<el-button
type=
"text"
>
标记处理
</el-button>
-->
<!--
<el-button
type=
"text"
>
标记处理
</el-button>
-->
...
@@ -393,6 +393,9 @@
...
@@ -393,6 +393,9 @@
vm
.
captchaCode
=
''
;
vm
.
captchaCode
=
''
;
vm
.
smsCode
=
''
;
vm
.
smsCode
=
''
;
vm
.
tableDataList
=
res
.
data
;
vm
.
tableDataList
=
res
.
data
;
vm
.
$nextTick
(()
=>
{
vm
.
$nextTick
(()
=>
{
if
(
vm
.
afterParam
){
if
(
vm
.
afterParam
){
vm
.
getWaterMark
();
// 获取水印
vm
.
getWaterMark
();
// 获取水印
...
@@ -469,7 +472,7 @@
...
@@ -469,7 +472,7 @@
.data-view-message-wrap {
.data-view-message-wrap {
width: 100%;
width: 100%;
height: 100%;
height: 100%;
overflow: scroll;
display: flex; flex-direction: column;
.no-table-data{
.no-table-data{
width: 100%;
width: 100%;
...
@@ -554,12 +557,15 @@
...
@@ -554,12 +557,15 @@
}
}
}
}
.pagination-style{
.pagination-style{
margin:
3
0px 0;
margin:
2
0px 0;
float: right;
float: right;
width: 100%;
width: 100%;
text-align: right;
text-align: right;
overflow: hidden;
overflow: hidden;
overflow-x: scroll;
overflow-x: scroll;
.el-pagination__total{
margin-left: 25px;
}
}
}
.tebale_card {
.tebale_card {
background: rgba(255,255,255,0.2);
background: rgba(255,255,255,0.2);
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录