修改并优化了一些功能及bug

This commit is contained in:
王利强
2026-05-14 13:45:46 +08:00
parent 805747d1d9
commit 2322fcf39a
51 changed files with 802 additions and 346 deletions

View File

@@ -27,6 +27,7 @@
.page.data-v-b44c631d {
min-height: 100vh;
background: #EBF2FC;
padding-top: 100rpx;
padding-bottom: 120rpx;
}
.fixed-add-btn.data-v-b44c631d {
@@ -60,6 +61,8 @@
.level-tag.data-v-b44c631d {
padding: 4rpx 16rpx;
border-radius: 8rpx;
white-space: nowrap;
flex-shrink: 0;
}
.level-minor.data-v-b44c631d {
background: #F6FFED;
@@ -272,6 +275,47 @@
background: #EBF2FC;
color: #2667E9;
}
.status-tabs.data-v-b44c631d {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 99;
white-space: nowrap;
background: #fff;
padding: 0 10rpx;
box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.06);
}
.status-tabs-inner.data-v-b44c631d {
display: inline-flex;
align-items: center;
height: 88rpx;
}
.status-tab-item.data-v-b44c631d {
display: inline-flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 0 28rpx;
height: 88rpx;
position: relative;
}
.status-tab-text.data-v-b44c631d {
font-size: 28rpx;
color: #666;
}
.status-tab-active .status-tab-text.data-v-b44c631d {
color: #2667E9;
font-weight: bold;
}
.status-tab-bar.data-v-b44c631d {
position: absolute;
bottom: 8rpx;
width: 40rpx;
height: 6rpx;
background: #2667E9;
border-radius: 3rpx;
}
/**
* 这里是uni-app内置的常用样式变量
*