员工管理角色回显

This commit is contained in:
duan
2024-11-11 17:05:47 +08:00
parent 3838036f8a
commit 2a40135ac0
2 changed files with 15 additions and 4 deletions

View File

@@ -265,11 +265,12 @@
}
.pageLineUpTop {
.df;
justify-content: space-around;
display: flex;
// justify-content: space-around;
flex-wrap: wrap;
margin: 36rpx 0;
>view {
width: 208rpx;
height: 136rpx;
@@ -277,11 +278,18 @@
border-radius: 8rpx 8rpx 8rpx 8rpx;
border: 2rpx solid #E5E5E5;
margin-top: 20rpx;
margin-left: 22rpx;
>view {
text-align: center;
}
}
// >view:last-child {
// margin-right: auto;
// margin-left: 22rpx;
// }
.active {
border: 2rpx solid #318AFE;