This commit is contained in:
Esacpe 2025-05-19 17:39:23 +08:00
parent a5eb5d1d90
commit 8153041b99
2 changed files with 14 additions and 10 deletions

View File

@ -306,10 +306,7 @@ const createScroll = () => {
timer.value = setInterval(() => {
tableWrapper.scrollTop += 1;
//,0(+ = )
if (
tableWrapper.clientHeight + tableWrapper.scrollTop ==
tableWrapper.scrollHeight
) {
if ( tableWrapper.clientHeight + tableWrapper.scrollTop == tableWrapper.scrollHeight) {
tableWrapper.scrollTop = 0;
}
}, 100);

View File

@ -109,17 +109,24 @@ const list = reactive([
{ bt:' 李四上访', nr:'低价快速的还是', rs:'25', ztfl:'上访', sbsj:'2025/02/19',},
{ bt:' 王五上访', nr:'低价快速的还是', rs:'25', ztfl:'上访', sbsj:'2025/02/19',},
{ bt:' 赵二上访', nr:'低价快速的还是', rs:'25', ztfl:'上访', sbsj:'2025/02/19',},
{ bt:' 王五上访', nr:'低价快速的还是', rs:'25', ztfl:'上访', sbsj:'2025/02/19',},
{ bt:' 赵二上访', nr:'低价快速的还是', rs:'25', ztfl:'上访', sbsj:'2025/02/19',},
]},
{ title:'诈骗', tableData:[
{ bt:' 张三上访', nr:'低价快速的还是', rs:'25', ztfl:'上访', sbsj:'2025/02/19',},
{ bt:' 李四上访', nr:'低价快速的还是', rs:'25', ztfl:'上访', sbsj:'2025/02/19',},
{ bt:' 王五上访', nr:'低价快速的还是', rs:'25', ztfl:'上访', sbsj:'2025/02/19',},
{ bt:' 赵二上访', nr:'低价快速的还是', rs:'25', ztfl:'上访', sbsj:'2025/02/19',},
{ bt:' 王五上访', nr:'低价快速的还是', rs:'25', ztfl:'上访', sbsj:'2025/02/19',},
{ bt:' 赵二上访', nr:'低价快速的还是', rs:'25', ztfl:'上访', sbsj:'2025/02/19',},
]},
{ title:'敲诈勒索',tableData:[
{ bt:' 张三上访', nr:'低价快速的还是', rs:'25', ztfl:'上访', sbsj:'2025/02/19',},
{ bt:' 李四上访', nr:'低价快速的还是', rs:'25', ztfl:'上访', sbsj:'2025/02/19',},
{ bt:' 王五上访', nr:'低价快速的还是', rs:'25', ztfl:'上访', sbsj:'2025/02/19',},
{ bt:' 张三上访', nr:'低价快速的还是', rs:'25', ztfl:'上访', sbsj:'2025/02/19',},
{ bt:' 李四上访', nr:'低价快速的还是', rs:'25', ztfl:'上访', sbsj:'2025/02/19',},
{ bt:' 王五上访', nr:'低价快速的还是', rs:'25', ztfl:'上访', sbsj:'2025/02/19',},
]},
{ title:'盗窃',tableData:[]},
{ title:'涉黄',tableData:[]},
@ -130,11 +137,11 @@ const list = reactive([
const pageData = reactive({
tableColumn:[
{ label: "线索标题",width:65, prop: "bt",showOverflowTooltip: true},
{ label: "线索内容",width:60, prop: "nr",showOverflowTooltip: true},
{ label: "涉及人数",width:60, prop: "rs",showOverflowTooltip: true},
{ label: "专题分类",width:60, prop: "ztfl",showOverflowTooltip: true},
{ label: "上报时间",width:60, prop: "sbsj",showOverflowTooltip: true},
{ label: "线索标题", width:55, prop: "bt",showOverflowTooltip: true},
{ label: "线索内容", prop: "nr",showOverflowTooltip: true},
{ label: "涉及人数",width:55, prop: "rs",showOverflowTooltip: true},
{ label: "专题分类", prop: "ztfl",showOverflowTooltip: true},
{ label: "上报时间",width:55, prop: "sbsj",showOverflowTooltip: true},
],
keyCount: 0,
tableConfiger: {
@ -272,7 +279,7 @@ const tabHeightFn = () => {
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.02);
border-radius: 8px 8px 8px 8px;
border: 1px solid #E8EDF6;
padding: 4px 10px;
padding: 4px 4px;
box-sizing: border-box;
.title-s{
font-size: 14px;