瀏覽代碼

groupfield

luoyifan 3 年之前
父節點
當前提交
53607cb713
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      dist/yvan-ext.css

+ 6 - 0
dist/yvan-ext.css

@@ -1,9 +1,15 @@
+/* 合计行 */
+.x-grid-row-summary .x-grid-cell {
+    font-weight: bold;
+}
+
 /** 单元格换行 **/
 .cell_wrap > .x-grid-cell-inner {
     white-space: normal;
     word-break: break-all;
 }
 
+/** 隐藏 class, 用于 iconCls 层叠 **/
 .hide_tag {
     display: none;
 }