feat:大屏部分信息显示修改以及样式微调
This commit is contained in:
@@ -374,8 +374,8 @@ export default {
|
||||
IMSUsers:"Click to jump to the IMS User",
|
||||
VoIPUsers:"Click to jump to the VoIP User",
|
||||
skim: {
|
||||
users: "Subscriber",
|
||||
userTitle:'User Information',
|
||||
users: "Total Subscriber Base",
|
||||
userTitle:'Subscriber Information',
|
||||
imsUeNum: "VoNR/VoLTE",
|
||||
smfUeNum: "User Sessions",
|
||||
gnbBase: "Online gNodeB",
|
||||
@@ -387,7 +387,7 @@ export default {
|
||||
baseTitle:'Online Information',
|
||||
nodeBInfo: 'NodeB Information',
|
||||
onlineinfo:'UE Online Information',
|
||||
ims:'IMS',
|
||||
ims:'VoLTE',
|
||||
voip:'VoIP'
|
||||
},
|
||||
upfFlow:{
|
||||
|
||||
@@ -128,6 +128,19 @@
|
||||
align-items: baseline;
|
||||
width: 33%;
|
||||
}
|
||||
|
||||
/* Subscriber Information部分的宽度调整 */
|
||||
.skim .inner .data .item:nth-child(1) {
|
||||
width: 38%; /* Total Subscriber Base - 稍微宽一点 */
|
||||
}
|
||||
|
||||
.skim .inner .data .item:nth-child(2) {
|
||||
width: 33%; /* VoLTE - 保持不变 */
|
||||
}
|
||||
|
||||
.skim .inner .data .item:nth-child(3) {
|
||||
width: 29%; /* VoIP - 稍微窄一点 */
|
||||
}
|
||||
.skim .inner .data .item div {
|
||||
font-size: 1.467rem;
|
||||
color: #fff;
|
||||
|
||||
@@ -567,7 +567,7 @@ onBeforeUnmount(() => {
|
||||
{{ skimState.imsUserNum }}
|
||||
</div>
|
||||
<span>
|
||||
IMS
|
||||
{{t('views.dashboard.overview.skim.ims')}}
|
||||
</span>
|
||||
</div>
|
||||
<div
|
||||
@@ -582,7 +582,7 @@ onBeforeUnmount(() => {
|
||||
{{ skimState.voipUserNum }}
|
||||
</div>
|
||||
<span>
|
||||
VoIP
|
||||
{{t('views.dashboard.overview.skim.voip')}}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user