@ninebone/table 0.0.377 → 0.0.378
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/nine-table.js +1 -9
- package/dist/nine-table.js.map +1 -1
- package/dist/nine-table.umd.js +6 -14
- package/dist/nine-table.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/nine-table.js
CHANGED
|
@@ -951,19 +951,11 @@ const ce = class ce {
|
|
|
951
951
|
}
|
|
952
952
|
nine-table-sheets-body {
|
|
953
953
|
flex: 1;
|
|
954
|
-
overflow:
|
|
954
|
+
overflow: hidden;
|
|
955
955
|
position: relative;
|
|
956
956
|
display: flex;
|
|
957
957
|
flex-direction: row;
|
|
958
958
|
}
|
|
959
|
-
|
|
960
|
-
---nine-table-sheets-body nine-splitter.h {
|
|
961
|
-
width: 4px;
|
|
962
|
-
background: #e5e7eb;
|
|
963
|
-
cursor: col-resize;
|
|
964
|
-
flex-shrink: 0;
|
|
965
|
-
display: none; /* 제어권은 NineTableSheets로 완전 이관 */
|
|
966
|
-
}
|
|
967
959
|
|
|
968
960
|
nine-table-sheets-footer {
|
|
969
961
|
display: flex;
|