LSL1618
LSL1618
我在自己的项目里测试了一下,无法复现你的问题,查起来都挺快的。
@zhouwei520 我也碰到了一样的报错异常 [https://github.com/pagehelper/Mybatis-PageHelper/issues/814](https://github.com/pagehelper/Mybatis-PageHelper/issues/814)
@focuseyes360 也可以这样,在`application.properties`配置文件中直接设置 ``` pagehelper.countSqlParser=com.github.pagehelper.parser.CountJSqlParser45 pagehelper.orderBySqlParser=com.github.pagehelper.parser.SqlServerJSqlParser45 pagehelper.sqlServerSqlParser=com.github.pagehelper.parser.SqlServerJSqlParser45 ```
微软SQL Server的这种访问表的结构层级也太多了,竟然有4层!
``` // 这里由于相同的对象引用直接赋值会影响其它单元格,所以需要克隆原始样式并创建新的对象。 cell.font = { ...(cell.style.font || {}), color: {argb: 'FF0000FF'}, }; ```
想要图标垂直居中,重写一下对应的CSS样式不就行了。
一看到这个`pearTab`就有点熟悉,用的是`Pear Admin Layui`吧,等它升级layui依赖吧。
@sggcn [https://gitee.com/lunarlanding/pear-admin-layui/releases](https://gitee.com/lunarlanding/pear-admin-layui/releases),它最新的`4.0.6`版本支持到了`layui 2.11.2`版本。
你这种一个值占3行的需要用到合并单元格吧。
最好像文档中的示例一样截图发出来说明一下更清晰 [https://easyexcel.opensource.alibaba.com/docs/current/quickstart/fill#%E5%A4%8D%E6%9D%82%E7%9A%84%E5%A1%AB%E5%85%85](https://easyexcel.opensource.alibaba.com/docs/current/quickstart/fill#%E5%A4%8D%E6%9D%82%E7%9A%84%E5%A1%AB%E5%85%85)