样式修改

This commit is contained in:
Shang Chen
2025-07-01 16:59:10 +08:00
parent 150b39dfea
commit 758e59eeac
68 changed files with 1058 additions and 1008 deletions

View File

@ -273,7 +273,10 @@
const {
data
} = await this.$u.api.homePageData.GetHomePageComponents(this.stationId)
this.rightCenter = data[0].rightCenter
if(data && data.length > 0){
this.rightCenter = data[0]?.rightCenter
}
},
openTimer() {
@ -449,15 +452,15 @@
.top-right-item {
padding: 5rpx 10rpx;
border: 1rpx solid #009c77;
border: 1rpx solid #009458;
font-size: 24rpx;
color: #009c77;
color: #009458;
cursor: pointer;
margin-right: 10rpx;
border-radius: 8rpx;
&.active {
background: #009c77;
background: #07976E;
color: #ffffff;
}
}