去除无用样式

This commit is contained in:
shenyanpei
2021-12-09 16:04:48 +08:00
parent ae63963e18
commit ef31c1b885
@@ -467,20 +467,6 @@ export default {
/deep/ .el-table th {
padding: 0px;
}
.hover_container{
width: 50%;
color: #fff;
background-color: #8b8c89;
border: 1px solid #ccc;
border-radius: 8px;
text-align: center;
line-height: 20px;
position: absolute;
left: 50px;
z-index: 99;
transform: translateY(-88%);
}
}
}
</style>