瀏覽代碼

cdb: use s_[name] patter, for sheet css class

trethaller 4 年之前
父節點
當前提交
eba343ff57
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hide/comp/cdb/Table.hx

+ 1 - 1
hide/comp/cdb/Table.hx

@@ -31,7 +31,7 @@ class Table extends Component {
 
 		@:privateAccess editor.tables.push(this);
 		root.addClass("cdb-sheet");
-		root.addClass("n_" + sheet.name);
+		root.addClass("s_" + sheet.name);
 		if( editor.view != null ) {
 			var cname = parent == null ? null : sheet.parent.sheet.columns[sheet.parent.column].name;
 			if( parent == null )