xq feat:"完成了前端页面对用户和项目的关联"

This commit is contained in:
2025-07-04 18:43:33 +08:00
parent 90aaecdfc4
commit 80fc2aadab
4 changed files with 274 additions and 2 deletions

View File

@ -9,6 +9,36 @@
color:#409EFF;
font-weight: bold;
}
.cus-table{
border: 1px solid #409EFF;
border-radius: 5px;
padding: 10px;
margin-top: 10px;
.el-table__inner-wrapper{
.el-table__header-wrapper{
thead{
.cell{
background-color: rgba(0,0,0,0);
}
.el-table__cell{
text-align: center;
background-color: rgba(255,255,255,1) !important;
color: rgba(0,0,0,0.5);
font-weight: bold;
}
}
}
.el-table__body-wrapper{
.el-table__body{
.el-table__cell{
height: 30px;
color: rgba(0,0,0,0.8);
text-align: center;
}
}
}
}
}
}
}