电子看板问题修改

This commit is contained in:
cwchen 2025-05-21 09:50:00 +08:00
parent 46e7fee98e
commit 3a1054873f
3 changed files with 3 additions and 3 deletions

View File

@ -157,7 +157,7 @@ body {
.layui-table-cell a.layui-icon{ .layui-table-cell a.layui-icon{
color: #2F82FB; color: #2F82FB;
font-size: 22px !important; font-size: 18px !important;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
margin-right: 5px; margin-right: 5px;

View File

@ -143,7 +143,7 @@ function addData(id) {
'id': id, 'id': id,
'proId':idParam 'proId':idParam
} }
openIframe2("editPro", title, "ropewayFormTemp.html", '1000px', '625px', param); openIframe2("addDataRopeway", title, "ropewayFormTemp.html", '1000px', '625px', param);
} }
function addDataRopeway(id) { function addDataRopeway(id) {

View File

@ -121,7 +121,7 @@ function initTable(dataList, limit, page) {
} }
}, },
{ {
title: "操作", unresize: true, width: 550, align: "center", title: "操作", unresize: true, width: 500, align: "center",
templet: function (d) { templet: function (d) {
let html = ''; let html = '';