@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.
- package/dist/web.css +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 .
|
|
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 .
|
|
1355
|
+
.a-table-container .a-table .el-table__cell.nowrap * {
|
|
1356
1356
|
width: 100%;
|
|
1357
1357
|
overflow: hidden;
|
|
1358
1358
|
text-overflow: ellipsis;
|