@dataloop-ai/components 0.19.104 → 0.19.105
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
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
<dl-menu
|
|
76
76
|
ref="menuRef"
|
|
77
77
|
v-model="menuModel"
|
|
78
|
-
:class="contentClass"
|
|
78
|
+
:menu-class="contentClass"
|
|
79
79
|
:style="contentStyle"
|
|
80
80
|
:cover="cover"
|
|
81
81
|
fit-container
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
<dl-menu
|
|
137
137
|
ref="menuRef"
|
|
138
138
|
v-model="menuModel"
|
|
139
|
-
:class="contentClass"
|
|
139
|
+
:menu-class="contentClass"
|
|
140
140
|
:style="contentStyle"
|
|
141
141
|
:cover="cover"
|
|
142
142
|
fit-container
|
|
@@ -551,6 +551,7 @@ export default defineComponent({
|
|
|
551
551
|
</style>
|
|
552
552
|
<style lang="scss">
|
|
553
553
|
.dl-button-dropdown {
|
|
554
|
+
height: fit-content;
|
|
554
555
|
.dl-button-content {
|
|
555
556
|
line-height: unset;
|
|
556
557
|
}
|