baukh789 / GridManager

🌐 快速、灵活的对Table标签进行实例化,让Table标签充满活力。
https://gridmanager.lovejavascript.com
MIT License
821 stars 139 forks source link

在head中,无限增加style #264

Closed ANCB520 closed 2 years ago

ANCB520 commented 2 years ago

style中的内容全部是一致的 #rwl-iqxin{position:fixed;transform:translate(-95px,0);width:85px;height:25px;font-size:12px;font-weight: 500;font-family:Verdana, Arial, '宋体';color:#fff;background:#333;z-index:2147483647;margin: 0;opacity:0.05;transition:0.3s;overflow:hidden;user-select:none;text-align:center;white-space:nowrap;line-height:25px;padding:0 16px;border:1px solid #ccc;border-width:1px 1px 1px 0;border-bottom-right-radius:5px;box-sizing: content-box;}#rwl-iqxin input{margin: 0;padding: 0;vertical-align:middle;-webkit-appearance:checkbox;-moz-appearance:checkbox;position: static;clip: auto;opacity: 1;cursor: pointer;}#rwl-iqxin.rwl-active-iqxin{left: 0px;transform:translate(0,0);opacity: 0.9;height: 32px;line-height: 32px}#rwl-iqxin label{margin:0;padding:0;font-weight:500;}#rwl-iqxin #rwl-setbtn{margin: 0 4px 0 0;padding: 0 0 0 4px;border: none;border-radius: 2px;cursor: pointer;background: #fff;color: #000;}

image

ANCB520 commented 2 years ago

初始化的代码 document.querySelector('#table-moveCode').GM({ gridManagerName: 'table-moveCode', supportAdjust: false, supportDrag: false, supportMoveRow: true, width: '100%', height: '100%', ajaxData: '/Handler/OrderHandler.ashx?oper=GetAll', ajaxType: 'Get', columnData: [ { key: 'MONUM', text: '订单号', sorting: '' }, { key: 'CARTYPE_NAME', text: '车型', sorting: '' }, { key: 'PRDSEQ', text: 'VIN号', sorting: '' }, { key: 'PRDDATE', text: '生产日期', sorting: '' } ] });