fix style row network configuration (#728)

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Hoang Nguyen 2020-09-21 18:30:49 +07:00 committed by Rohit Yadav
parent 8e7ba8958c
commit 1ecd6dc3df

View File

@ -247,10 +247,6 @@ export default {
margin: 2rem 0;
}
/deep/.ant-table-tbody > tr td:not(:first-child) {
vertical-align: baseline;
}
/deep/.ant-table-tbody > tr > td {
cursor: pointer;
}