以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- wb.AddGrid网格里面的图片能变大吗? (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=176369) |
-- 作者:shyilin6 -- 发布时间:2022/4/10 19:09:00 -- wb.AddGrid网格里面的图片能变大吗? Case "", "default.htm" \'首页 wb.AddPageTitle("","pageheader","销售系统","由湛江辉迅基于Foxtable开发") With wb.AddGrid("","g1") .Add("c1","增加订单", "./images/button.png").Attribute = "" 这些图片能变大吗?好像多大放进去都一样大 .Add("c2","客户管理", "./images/cell.png", "http://www.foxtable.com") .Add("c3","销售统计", "./images/toast.png", "http://www.foxtable.com") .Add("c4","Dialog", "./images/dialog.png", "http://www.foxtable.com") .Add("c5","Progress", "./images/progress.png", "http://www.foxtable.com") .Add("c6","Msg", "./images/msg.png", "http://www.foxtable.com") .Add("c7","Article", "./images/article.png", "http://www.foxtable.com") .Add("c8","ActionSheet", "./images/actionSheet.png", "http://www.foxtable.com") .Add("c9","Icons", "./images/icons.png", "http://www.foxtable.com") .Add("c10","Panel", "./images/panel.png", "http://www.foxtable.com") .Add("c11","Tab", "./images/tab.png", "http://www.foxtable.com") .Add("c12","退出", "./images/exit.png", "exit.htm") \'退出登录 End With |
-- 作者:有点蓝 -- 发布时间:2022/4/10 21:15:00 -- 打开浏览器开发者工具,自己改改css样式看效果,然后应用带代码里:http://www.foxtable.com/bbs/dispbbs.asp?BoardID=2&ID=175829&replyID=176877&skin=1 |