fix:修复bug

This commit is contained in:
2025-10-14 19:20:26 +08:00
parent 30e298d9d2
commit 4408673438
21 changed files with 1153 additions and 549 deletions
+9 -9
View File
@@ -432,7 +432,7 @@
z-index: 10;
box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.05);
.tab-item {
.tab-item {
flex: 1;
height: 90rpx;
display: flex;
@@ -443,7 +443,7 @@
position: relative;
&.active {
color: #1976D2;
color: #07c160;
font-weight: 500;
&::after {
@@ -454,7 +454,7 @@
transform: translateX(-50%);
width: 40rpx;
height: 4rpx;
background: #1976D2;
background: #07c160;
border-radius: 2rpx;
}
}
@@ -494,8 +494,8 @@
color: #FF9800;
}
&.status-using {
color: #2196F3;
&.status-using {
color: #07c160;
}
&.status-finished {
@@ -647,10 +647,10 @@
justify-content: center;
margin-bottom: 10rpx;
&.primary {
background: #1976D2;
color: #fff;
}
&.primary {
background: #07c160;
color: #fff;
}
&.secondary {
background: #f5f5f5;