add bottom-content class to the HCB layout bottom

This commit is contained in:
geoffrey45
2022-07-16 18:40:08 +03:00
parent 0bdc109082
commit cfea978298
+3 -1
View File
@@ -21,7 +21,9 @@
<span>tap here</span> <span>tap here</span>
</div> </div>
</div> </div>
<slot name="bottom"></slot> <div class="bottom-content">
<slot name="bottom"></slot>
</div>
</div> </div>
</div> </div>
</template> </template>