AiTopFixed

This commit is contained in:
花有清香月有阴
2022-01-17 09:16:18 +08:00
parent d85b663172
commit 80787213bc

View File

@@ -1,6 +1,8 @@
<template>
<div class="AppMarryAndDie">
<u-tabs :list="tabList" :is-scroll="false" :current="currentTabs" height="96" bg-color="#3975C6" inactive-color="#fff" active-color="#fff" @change="change"></u-tabs>
<AiTopFixed>
<u-tabs :list="tabList" :is-scroll="false" :current="currentTabs" height="96" bg-color="#3975C6" inactive-color="#fff" active-color="#fff" @change="change"></u-tabs>
</AiTopFixed>
<div v-show="currentTabs == 0" class="msg">
<div class="box">
@@ -328,6 +330,22 @@ uni-page-body {
.AppMarryAndDie {
height: 100%;
::v-deep .AiTopFixed {
.placeholder {
.content {
min-height: 0 !important;
padding: 0 !important;
}
}
.fixed {
min-height: 0 !important;
.content {
min-height: 0 !important;
padding: 0 !important;
}
}
}
.msg {
background: #fff;
.box {