雷的新建分支
This commit is contained in:
48
src/view/system/dept/index.scss
Normal file
48
src/view/system/dept/index.scss
Normal file
@@ -0,0 +1,48 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user