|
@@ -68,7 +68,7 @@ const toPublishCase = () => {
|
|
|
|
|
|
<template>
|
|
|
<wd-config-provider :themeVars="defaultThemeVars">
|
|
|
- <view class="bg-[#f6f6f6] pb-20">
|
|
|
+ <view class="bg-[#f6f6f6] pb-12 flex-grow">
|
|
|
<slot />
|
|
|
</view>
|
|
|
|
|
@@ -118,4 +118,12 @@ const toPublishCase = () => {
|
|
|
</wd-config-provider>
|
|
|
</template>
|
|
|
|
|
|
-<style lang="scss"></style>
|
|
|
+<style lang="scss">
|
|
|
+/* stylelint-disable-next-line selector-type-no-unknown */
|
|
|
+layout-tabbar-uni,
|
|
|
+.wot-theme-light {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ flex-grow: 1;
|
|
|
+}
|
|
|
+</style>
|