修改首页金刚区图标样式和底部导航栏的高度显示

This commit is contained in:
赵毅 2025-09-15 16:06:51 +08:00
parent 8f7ce8f0e9
commit f870d220ba
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
.foot-fixed {
position: fixed;
bottom: -1px;
bottom: -10px;
left: 0;
right: 0;
z-index: 999;
@ -8,6 +8,7 @@
background: #ffffff;
border-top: 1px solid #E8E8E8;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
/* height: 8%; */
}
.foot-fixed .foot-item {

View File

@ -82,7 +82,7 @@
<view class="tabList">
<u-grid :col="rowNum" :border="false">
<u-grid-item v-for="(item, index) in tabList" @click="headerServerClick(item)" :key="index">
<image class="grid_Pic" :src="item.icon_src" mode=""></image>
<image class="grid_Pic" :src="item.icon_src" mode="aspectFill"></image>
<text>{{ item.title }}</text>
</u-grid-item>
</u-grid>