easyui界面是经理做还是程序员做

2025-05-06 18:54:21
推荐回答(3个)
回答(1):

自然是程序员做。经理又不是做这个的

回答(2):

var width = $(window).width()-80;
var height = $(window).height()-120;
stView_layout = $('#stView_layout').layout({
width: width,
height: height
});
station_view = $('#stationView').window({
title: '测站导航',
left:50,
top:80,
width: width,
modal: false,
shadow: false,
closed: true,
height: height,
onResize:function(w,h){
if(stView_treegrid){
stView_treegrid.treegrid({
width:w-20,
height:h-260
});
}
}
});

回答(3):

程序员做啊