样式修改
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user