ol-base-components 3.2.10 → 3.2.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ol-base-components",
3
- "version": "3.2.10",
3
+ "version": "3.2.11",
4
4
  "private": false,
5
5
  "main": "src/package/index.js",
6
6
  "bin": {
@@ -797,6 +797,7 @@ export default {
797
797
  .table-header {
798
798
  padding-top: 10px;
799
799
  border-bottom: 1px #ccc solid;
800
+ min-height: 49px;
800
801
 
801
802
  ::v-deep .table-header-item {
802
803
  }