@@ -1,3 +1,13 @@
+/* 表格内部的拖动条不可见 */
+.x-grid .x-splitter {
+ display: none;
+}
+
+.x-grid-locking-body .x-box-item.x-panel-default.x-grid {
+ left: 0 !important;
+ border-style: none;
/* 对话框 警告和提示 */
.x-dlg-icon.info {
font: normal normal normal 40px/1 FontAwesome;
@@ -63209,6 +63209,7 @@ define(['exports'], function (exports) { 'use strict';
function getGridEditRows(grid) {
return grid.getGridEditRows();
}
+ //# sourceMappingURL=systemLib.js.map
var SystemLib = /*#__PURE__*/Object.freeze({
__proto__: null,