adata-ui 0.1.81 → 0.1.82

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": "adata-ui",
3
- "version": "0.1.81",
3
+ "version": "0.1.82",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -789,6 +789,7 @@ export default {
789
789
  display: none;
790
790
  grid-template-columns: 10% 90%;
791
791
  z-index: 1000000;
792
+ position: absolute!important;
792
793
  .empty-space {
793
794
  background: rgba(0, 0, 0, 0.40);
794
795
  }