修改密码名称相关显示bug
This commit is contained in:
parent
9d04ca4481
commit
512b2c2c73
@ -121,6 +121,11 @@ page {
|
||||
</style>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
.item-title {
|
||||
width: 350rpx;
|
||||
}
|
||||
|
||||
.item {
|
||||
padding: 24rpx 32rpx;
|
||||
background-color: #FFFFFF;
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user