|
@@ -104,7 +104,7 @@ export default {
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
.tab-bar-placeholder {
|
|
.tab-bar-placeholder {
|
|
|
- height: 100upx; /* 与 custom-tab-bar 基础高度一致 */
|
|
|
|
|
|
|
+ height: 110upx; /* 与 custom-tab-bar 基础高度一致 */
|
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
@@ -115,7 +115,7 @@ export default {
|
|
|
bottom: 0;
|
|
bottom: 0;
|
|
|
left: 0;
|
|
left: 0;
|
|
|
right: 0;
|
|
right: 0;
|
|
|
- height: 100upx; /* 基础高度 */
|
|
|
|
|
|
|
+ height: 110upx; /* 基础高度 */
|
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|