@ai-table/grid 0.4.0 → 0.4.1

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.
@@ -101,13 +101,5 @@
101
101
  }
102
102
 
103
103
  .ai-table-link-editor {
104
- .thy-input-group {
105
- align-items: start;
106
- .form-control {
107
- height: calc(45px - 4px); // 控制输入框显示在上方
108
- }
109
- .input-group-suffix {
110
- margin-top: cellEditorVariables.$cell-editor-padding-top;
111
- }
112
- }
104
+ height: calc(45px - 4px);
113
105
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-table/grid",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0",