@airpower/web 0.2.42 → 0.2.43

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 +11 -1
  2. package/package.json +1 -1
package/dist/web.css CHANGED
@@ -1301,7 +1301,7 @@ textarea {
1301
1301
  }
1302
1302
  .a-table-container .a-table-toolbar {
1303
1303
  display: flex;
1304
- align-items: center;
1304
+ align-items: flex-start;
1305
1305
  margin-bottom: 10px;
1306
1306
  }
1307
1307
  .a-table-container .a-table-toolbar .a-table-toolbar-left {
@@ -1315,11 +1315,21 @@ textarea {
1315
1315
  display: flex;
1316
1316
  justify-content: flex-end;
1317
1317
  }
1318
+ .a-table-container .a-table-toolbar .a-table-toolbar-right .a-table-toolbar-search {
1319
+ display: flex;
1320
+ flex-direction: row;
1321
+ width: 0;
1322
+ flex: 1;
1323
+ overflow: hidden;
1324
+ flex-wrap: wrap;
1325
+ justify-content: flex-end;
1326
+ }
1318
1327
  .a-table-container .a-table-toolbar .a-table-toolbar-right .el-button + .el-button {
1319
1328
  margin-left: 5px;
1320
1329
  }
1321
1330
  .a-table-container .a-table-toolbar .a-table-toolbar-right .a-table-toolbar-search-item {
1322
1331
  margin-right: 5px;
1332
+ margin-bottom: 2px;
1323
1333
  }
1324
1334
  .a-table-container .a-table {
1325
1335
  flex: 1;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@airpower/web",
3
3
  "type": "module",
4
- "version": "0.2.42",
4
+ "version": "0.2.43",
5
5
  "description": "AirPower-Web",
6
6
  "author": {
7
7
  "name": "Hamm",