@airpower/web 1.7.3 → 1.7.4

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.
Files changed (2) hide show
  1. package/dist/web.css +2 -2
  2. package/package.json +1 -1
package/dist/web.css CHANGED
@@ -1344,7 +1344,7 @@ textarea {
1344
1344
  .a-table-container .a-table .is-right .cell {
1345
1345
  justify-content: flex-end;
1346
1346
  }
1347
- .a-table-container .a-table .a-table-column.nowrap {
1347
+ .a-table-container .a-table .el-table__cell.nowrap {
1348
1348
  overflow: hidden;
1349
1349
  text-overflow: ellipsis;
1350
1350
  white-space: nowrap;
@@ -1352,7 +1352,7 @@ textarea {
1352
1352
  cursor: pointer;
1353
1353
  user-select: none;
1354
1354
  }
1355
- .a-table-container .a-table .a-table-column.nowrap * {
1355
+ .a-table-container .a-table .el-table__cell.nowrap * {
1356
1356
  width: 100%;
1357
1357
  overflow: hidden;
1358
1358
  text-overflow: ellipsis;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@airpower/web",
3
3
  "type": "module",
4
- "version": "1.7.3",
4
+ "version": "1.7.4",
5
5
  "description": "AirPower-Web",
6
6
  "author": {
7
7
  "name": "Hamm",