@bilfenyazilimekibi/bilpack 1.3.10 → 1.3.12

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/bilpack.css +3 -0
  2. package/package.json +1 -1
package/dist/bilpack.css CHANGED
@@ -36915,6 +36915,9 @@ html body .v-application .bf-image-file img {
36915
36915
  padding-bottom: 20px;
36916
36916
  }*/
36917
36917
  }
36918
+ .v-application .v-menu__content {
36919
+ z-index: 500 !important;
36920
+ }
36918
36921
  .v-application .bf-form-item .v-input {
36919
36922
  font-weight: 500 !important;
36920
36923
  font-size: 14px !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bilfenyazilimekibi/bilpack",
3
- "version": "1.3.10",
3
+ "version": "1.3.12",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build-default": "vue-cli-service build",