@airpower/web 1.7.5 → 1.7.6
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 +3 -0
- package/package.json +1 -1
package/dist/web.css
CHANGED
|
@@ -1362,6 +1362,9 @@ textarea {
|
|
|
1362
1362
|
user-select: none;
|
|
1363
1363
|
display: inherit;
|
|
1364
1364
|
}
|
|
1365
|
+
.a-table-container .a-table .el-table__cell .nowrap .el-link__inner {
|
|
1366
|
+
display: inline-block !important;
|
|
1367
|
+
}
|
|
1365
1368
|
.a-table-container .a-table .el-table__empty-text {
|
|
1366
1369
|
line-height: 40px;
|
|
1367
1370
|
}
|