48 lines
957 B
SCSS
48 lines
957 B
SCSS
.deptBox{
|
|
background: white;
|
|
padding: 20px;
|
|
|
|
.tablebox{
|
|
table{
|
|
thead{
|
|
th::before{
|
|
|
|
}
|
|
tr{
|
|
.ant-table-cell{
|
|
background: white;
|
|
color:#909399
|
|
}
|
|
|
|
}
|
|
}
|
|
tbody{
|
|
tr{
|
|
.ant-table-cell{
|
|
background: white;
|
|
color:#606266
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|
|
.ant-table-cell{
|
|
button:focus
|
|
{
|
|
outline: none;
|
|
}
|
|
button:hover
|
|
{
|
|
border: 0px rgb(250, 250, 250);
|
|
}
|
|
}
|
|
}
|
|
.newAdd{
|
|
|
|
display: flex;
|
|
margin-top: 15px;
|
|
button{
|
|
margin-left: 15px;
|
|
}
|
|
}
|
|
} |