xq feat:"完成了前端页面对用户和项目的关联"
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user