fix: [el-table] selection cell when double clicking expand icon (#6400)

This commit is contained in:
msidolphin 2022-03-05 20:36:32 +08:00 committed by GitHub
parent 6a7f1004cc
commit ce10babc22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,7 @@
.cell {
padding: 0;
text-align: center;
user-select: none;
}
}