电子看板问题修改
This commit is contained in:
parent
46e7fee98e
commit
3a1054873f
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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) {
|
||||||
|
|
|
||||||
|
|
@ -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 = '';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue