@avakhula/ui 0.0.269 → 0.0.270
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
|
@@ -941,12 +941,10 @@ export default {
|
|
|
941
941
|
}
|
|
942
942
|
},
|
|
943
943
|
computed: {
|
|
944
|
-
// RENAME TO CUSTOM TREGER
|
|
945
944
|
hasTrigger() {
|
|
946
945
|
return !!this.$slots.trigger;
|
|
947
946
|
},
|
|
948
947
|
hasTriggerContent() {
|
|
949
|
-
console.log(this.$slots)
|
|
950
948
|
return !!this.$slots.triggerContent;
|
|
951
949
|
},
|
|
952
950
|
hasEmptyMessage() {
|
|
@@ -85,7 +85,7 @@ $tree-search-border-color: $gray-600;
|
|
|
85
85
|
justify-content: space-between;
|
|
86
86
|
overflow: hidden;
|
|
87
87
|
position: relative;
|
|
88
|
-
padding-right:
|
|
88
|
+
padding-right: 30px;
|
|
89
89
|
border-bottom: 1px solid $choice-border-color;
|
|
90
90
|
transition: background-color 0.3s, border-color 0.3s, border-radius 0.3s;
|
|
91
91
|
|