chore: update pom.xml Lombok config and deploy settings
- Update Maven compiler plugin to support Lombok annotation processing - Add deploy.conf for automated deployment - Update backend models and controllers - Update frontend pages and API
This commit is contained in:
@@ -488,18 +488,21 @@ export default {
|
||||
justify-content: center;
|
||||
gap: 16rpx;
|
||||
transition: all 0.3s;
|
||||
border-bottom: 3px solid transparent;
|
||||
border-bottom: none;
|
||||
box-sizing: border-box;
|
||||
color: #9ca3af;
|
||||
font-weight: 400;
|
||||
|
||||
.tab-icon {
|
||||
font-size: 28rpx;
|
||||
color: #9ca3af;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.tab-text {
|
||||
font-size: 28rpx;
|
||||
color: #9ca3af;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
&.active {
|
||||
@@ -514,6 +517,7 @@ export default {
|
||||
}
|
||||
.tab-icon {
|
||||
color: #f97316;
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user