21 lines
371 B
CSS
21 lines
371 B
CSS
/**
|
|
* 数据列表
|
|
*/
|
|
.data-list .item .item-right {
|
|
width: calc(100% - 156rpx);
|
|
}
|
|
.data-list .item .item-right .name {
|
|
width: calc(100% - 332rpx);
|
|
}
|
|
.data-list .item .item-right .value {
|
|
width: 326rpx !important;
|
|
}
|
|
|
|
/**
|
|
* 用户授权提示弹窗
|
|
*/
|
|
.user-auth-tips-popup .content {
|
|
max-height: 70vh;
|
|
overflow-y: scroll;
|
|
overflow-x: hidden;
|
|
} |