Explorar el Código

波次状态查询,单元格自动回车
区域进度查询

luoyifan hace 3 años
padre
commit
bd976c8b1f
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      src/wotu-ui.css

+ 6 - 0
src/wotu-ui.css

@@ -1,3 +1,9 @@
+/** 单元格换行 **/
+.cell_wrap>.x-grid-cell-inner {
+    white-space:normal;
+    word-break:break-all;
+}
+
 /** 进度条颜色 **/
 .x-progress.progres_hide {
     opacity: 0;