@chenchaolong/plugin-trade-compliance-workbench 1.0.55 → 1.0.57

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.
@@ -164,8 +164,8 @@ button:disabled, input:disabled, select:disabled, textarea:disabled { cursor: no
164
164
  .tcw-excel-editor-canvas { flex: 1 1 0; min-width: 0; min-height: 0; }
165
165
 
166
166
  .tcw-grid-section { border: 1px solid var(--tcw-border); border-radius: 5px; background: var(--tcw-surface); overflow: hidden; }
167
- .tcw-table-scroll { width: 100%; overflow-x: auto; }
168
- .tcw-data-table { width: 100%; min-width: 920px; border-spacing: 0; border-collapse: separate; font-size: 13px; }
167
+ .tcw-table-scroll { width: 100%; max-width: 100%; overflow-x: auto; }
168
+ .tcw-data-table { width: max-content; min-width: 100%; border-spacing: 0; border-collapse: separate; font-size: 13px; }
169
169
  .tcw-data-table th, .tcw-data-table td { padding: 6px 10px; border-bottom: 1px solid var(--tcw-border-soft); text-align: left; vertical-align: middle; white-space: nowrap; }
170
170
  .tcw-data-table th { height: 40px; color: #435066; background: #f6f8fb; font-weight: 650; }
171
171
  .tcw-data-table td { height: 40px; }
@@ -177,7 +177,7 @@ button:disabled, input:disabled, select:disabled, textarea:disabled { cursor: no
177
177
  .tcw-bulk-action-bar { display: flex; min-height: 40px; flex-wrap: nowrap; align-items: center; justify-content: flex-start; gap: 8px; padding: 4px 10px; overflow-x: auto; border-bottom: 1px solid var(--tcw-border-soft); white-space: nowrap; }
178
178
  .tcw-bulk-action-bar strong { margin-right: auto; color: #344054; font-size: 13px; }
179
179
  .tcw-bulk-action-bar .tcw-button { min-height: 30px; padding-inline: 10px; }
180
- .tcw-data-table .action-column { position: sticky; right: 0; z-index: 2; overflow: hidden; background: var(--tcw-surface); box-shadow: -5px 0 9px rgba(32, 48, 71, .06); }
180
+ .tcw-data-table .action-column { position: sticky; right: 0; z-index: 2; overflow: hidden; background: var(--tcw-surface); box-shadow: -5px 0 9px rgba(32, 48, 71, .06); text-align: center; }
181
181
  .tcw-data-table th.action-column { z-index: 3; background: #f6f8fb; }
182
182
  .tcw-row-actions { display: flex; flex-wrap: nowrap; align-items: center; gap: 8px; min-width: max-content; white-space: nowrap; }
183
183
  .tcw-row-actions button { padding: 2px 3px; border: 0; color: var(--tcw-primary); background: transparent; white-space: nowrap; }
@@ -191,7 +191,7 @@ button:disabled, input:disabled, select:disabled, textarea:disabled { cursor: no
191
191
  .tcw-ellipsis .tcw-tag-list { min-width: 0; max-width: 100%; overflow: hidden; flex-wrap: nowrap; }
192
192
  .tcw-ellipsis .tcw-tag { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
193
193
  .tcw-align-center { text-align: center !important; }
194
- .tcw-align-right { text-align: right !important; }
194
+ .tcw-align-right { text-align: right !important; font-variant-numeric: tabular-nums; }
195
195
  .tcw-empty-row td { height: 56px; color: var(--tcw-muted); text-align: center; }
196
196
  .tcw-pagination { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 52px; padding: 8px 14px; border-top: 1px solid var(--tcw-border-soft); color: var(--tcw-muted); }
197
197
  .tcw-pagination > div { display: flex; align-items: center; gap: 7px; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chenchaolong/plugin-trade-compliance-workbench",
3
- "version": "1.0.55",
3
+ "version": "1.0.57",
4
4
  "description": "外贸合规工作台新版组织级插件",
5
5
  "license": "AGPL-3.0",
6
6
  "type": "module",