@bilfenyazilimekibi/bilpack 1.3.8 → 1.3.10
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/dist/bilpack.common.js +1 -1
- package/dist/bilpack.css +30 -1
- package/dist/bilpack.umd.js +1 -1
- package/dist/bilpack.umd.min.js +1 -1
- package/package.json +1 -1
package/dist/bilpack.css
CHANGED
|
@@ -36922,7 +36922,36 @@ html body .v-application .bf-image-file img {
|
|
|
36922
36922
|
caret-color: #2563EB !important;
|
|
36923
36923
|
}
|
|
36924
36924
|
.v-application .bf-form-item .v-input .v-select__selections {
|
|
36925
|
-
flex-wrap:
|
|
36925
|
+
flex-wrap: wrap !important;
|
|
36926
|
+
max-height: 80px !important;
|
|
36927
|
+
overflow-y: auto !important;
|
|
36928
|
+
overflow-x: hidden !important;
|
|
36929
|
+
scrollbar-width: thin !important;
|
|
36930
|
+
scrollbar-color: #ddd transparent !important;
|
|
36931
|
+
}
|
|
36932
|
+
.v-application .bf-form-item .v-input .v-select__selections::-webkit-scrollbar {
|
|
36933
|
+
width: 6px !important;
|
|
36934
|
+
}
|
|
36935
|
+
.v-application .bf-form-item .v-input .v-select__selections::-webkit-scrollbar-track {
|
|
36936
|
+
background: #f1f1f1 !important;
|
|
36937
|
+
border-radius: 3px !important;
|
|
36938
|
+
}
|
|
36939
|
+
.v-application .bf-form-item .v-input .v-select__selections::-webkit-scrollbar-thumb {
|
|
36940
|
+
background: #c1c1c1 !important;
|
|
36941
|
+
border-radius: 3px !important;
|
|
36942
|
+
}
|
|
36943
|
+
.v-application .bf-form-item .v-input .v-select__selections::-webkit-scrollbar-thumb:hover {
|
|
36944
|
+
background: #a8a8a8 !important;
|
|
36945
|
+
}
|
|
36946
|
+
.v-application .bf-form-item .v-input .v-select__selections .v-chip {
|
|
36947
|
+
margin: 2px 4px 2px 0 !important;
|
|
36948
|
+
max-width: calc(100% - 8px) !important;
|
|
36949
|
+
}
|
|
36950
|
+
.v-application .bf-form-item .v-input .v-select__selections .v-chip .v-chip__content {
|
|
36951
|
+
max-width: 100% !important;
|
|
36952
|
+
overflow: hidden !important;
|
|
36953
|
+
text-overflow: ellipsis !important;
|
|
36954
|
+
white-space: nowrap !important;
|
|
36926
36955
|
}
|
|
36927
36956
|
.v-application .bf-form-item .v-input .v-input__append-inner {
|
|
36928
36957
|
margin-top: 8px !important;
|