修改密码名称相关显示bug

This commit is contained in:
范鹏 2024-09-03 16:15:43 +08:00
parent 9d04ca4481
commit 512b2c2c73
2 changed files with 9 additions and 0 deletions

View File

@ -121,6 +121,11 @@ page {
</style>
<style lang="scss" scoped>
.item-title {
width: 350rpx;
}
.item {
padding: 24rpx 32rpx;
background-color: #FFFFFF;

View File

@ -304,6 +304,10 @@ page {
font-size: 32rpx;
font-weight: bold;
padding-bottom: 10rpx;
width: 600rpx;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.password-right-bottom {