Commit 459e5248 authored by yht15023815643's avatar yht15023815643

样式修改

parent 0a2b1a12
......@@ -395,6 +395,12 @@ export default {
margin-top: -5px;
}
}
.is-disabled:hover{
color: rgba(35, 35, 35, 0.8)!important;
&:before {
color: rgba(35, 35, 35, 0.8)!important;
}
}
::v-deep .el-submenu .el-menu-item{
font-size: 12px;
color: rgba(35,35,35,0.8);
......@@ -408,7 +414,7 @@ export default {
left: 21px;
width: 2px;
height: 2px;
background: rgba(35,35,35,0.8);
background: #0081FF;
border-radius: 50%;
}
}
......
......@@ -316,7 +316,17 @@ export default {
::v-deep .el-table .el-table__body-wrapper tr:nth-child(2n){
background: #FFFFFF;
}
::v-deep .el-table .el-table__body-wrapper tr:nth-child(5) .el-table__cell{
border: none;
}
::v-deep .el-table::before{
display: none;
}
}
}
}
::deep .el-table::before{
display: none;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment