@bilfenyazilimekibi/bilpack 1.3.37 → 1.3.38

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 +7 -0
  2. package/package.json +1 -1
package/dist/bilpack.css CHANGED
@@ -90493,6 +90493,13 @@ html body .v-application .bf-image-file img {
90493
90493
  position: relative;
90494
90494
  border-collapse: collapse;
90495
90495
  }
90496
+ .v-application .bf-data-table .bf-card .v-card .v-data-table table td {
90497
+ width: 1% !important;
90498
+ }
90499
+ .v-application .bf-data-table .bf-card .v-card .v-data-table table th {
90500
+ white-space: nowrap !important;
90501
+ width: 1% !important;
90502
+ }
90496
90503
  .v-application .bf-data-table .bf-card .v-card .v-data-table table tr .text-start .v-simple-checkbox .v-input--selection-controls__input {
90497
90504
  width: 20px !important;
90498
90505
  height: 20px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bilfenyazilimekibi/bilpack",
3
- "version": "1.3.37",
3
+ "version": "1.3.38",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build-default": "vue-cli-service build",