fix:wifi页面底部弹窗错误文案样式修改

This commit is contained in:
2026-06-03 16:07:47 +08:00
parent 350c6373ab
commit 9b47b313a7

View File

@@ -933,6 +933,8 @@ onUnmounted(() => {
line-height: 40rpx; line-height: 40rpx;
margin-top: 16rpx; margin-top: 16rpx;
display: block; display: block;
/* 错误提示文案居中展示 */
text-align: center;
} }
.input-row-card { .input-row-card {