随笔分类 - 前端样式
摘要:问题 解决方法 点击事件需要重新加载一下iframe
阅读全文
摘要:1.布局全部弄好显示 2.给首布局添加明细有数据则显示的jq控制 $(function () { $("#oTable40282aa187314b1d0187318ac6a9000d").hide(); //部门负责人子议题审议没有历史隐藏 var firstblerows = $("#oTable
阅读全文
摘要:<script> function onSubmitPlus(issave) { var projectid=$("#field_40282aa18708cb1301871197556b011b").val(); var projectmgrdep=$("#field_40282aa18708cb1
阅读全文
摘要://注册地址var province = SQL("select province from project where code='"+code+"' and isdelete=0 order by indate limit 1 ");$("#field_2c923daf70a540290170a
阅读全文
摘要:触发焦点: $("Element").focus() 触发每一个匹配元素获得焦点事件。 $("Element").focus(function) 事件会在获得焦点的时候触发,既可以是鼠标行为,也可以是按tab键导航触发的行为,并且绑定一个处理方法。 失去焦点: $("Element").blur()
阅读全文
摘要://初始化页面数据function initialData() { //顶部时间 $("#txt_date").text(new Date().toLocaleString()); setInterval(function () { $("#txt_date").text(new Date().to
阅读全文
摘要:css <style> * { margin: 0; padding: 0; box-sizing: border-box; } body { width: 100%; height: 100%; padding-top: 16px; } .approval-process-title { text
阅读全文
摘要:<script> //javascript:location.href='/ServiceAction/com.velcro.workflow.workflow.servlet.WfViewAction?workflowid=e4e48163822a84e40182a5c82505186a&view
阅读全文
摘要:<div class="page-content text-center" style="height: calc(100% - 55px);overflow:hidden" > <iframe id="iframe" src="/vproject/base/projectview.jsp?id="
阅读全文
摘要:table{ width: 100%; } table td, table th { font-size: 14px; border: 1px solid #cad9ea; height: 45px; text-align: center; } .direct-search{ margin-top:
阅读全文
摘要:处理前 解决方法给table表格添加 font-size: 0;属性就可以解决了
阅读全文
摘要:<%! public String dou(double d) { DecimalFormat df = new DecimalFormat(); df.setMaximumFractionDigits(2);//这里是小数位 String format = df.format(d); String
阅读全文
摘要:<%@ page import="com.velcro.base.Globals" %> <%@page import="com.velcro.base.label.service.LabelService" %> <%@page import="com.velcro.kernel.base.IPa
阅读全文
摘要:1.通过在职位天数和职位等级,得出年总天数 1.jsp <tr> <th scope="col" width="1%">Formula</th> <th scope="col" width="1%">Service Year</th> <th width="12%">JobGrade</th> <t
阅读全文
摘要:<a link="/vworkflow/workflow/workflowtables.jsp" onclick="popWinUrl(this)">更多<img src="/kms/home/img/more.png"/></a> function popWinUrl(t){ var obj=$(
阅读全文
摘要:<style> .direct-search{ margin: 10px 0px 10px 0px; display: flex; } table { border-collapse: collapse; margin: 0 auto; text-align: center; table-layou
阅读全文
摘要:<%@ page contentType="text/html; charset=UTF-8"%> <%@ page import="com.velcro.base.BaseContext" %> <%@ include file="/vbase/init.jsp"%> <%@ page impor
阅读全文
摘要:<script type=text/javascript>document.getElementById('tbody_2c923daf6c462275016c4c63dde01400').onclick=function(){var projectid=document.getElementByI
阅读全文
摘要:<%@ page import="cn.jiguang.common.utils.StringUtils" %><%@ page import="com.navi.base.service.IDataService" %><%@ page import="com.velcro.base.BaseCo
阅读全文