@@ -258,11 +258,11 @@ export default {
}
/deep/.floating .el-button {
position: absolute;
- top: -2px;
- right: -2px;
+ right: 0px;
padding: 3px 5px;
background: #ccc;
color: #000;
border-radius: 0;
+ z-index: 1;
</style>