.menu-data-card-edit-box {
|
position: relative;
|
box-sizing: border-box;
|
background: #ffffff;
|
|
.anticon-tool {
|
position: absolute;
|
z-index: 1;
|
font-size: 16px;
|
right: 0;
|
top: 0;
|
cursor: pointer;
|
padding: 10px;
|
}
|
|
.card-item {
|
position: relative;
|
min-height: 50px;
|
border: 1px solid #e8e8e8;
|
}
|
|
.card-item:hover {
|
box-shadow: 0px 0px 2px #e8e8e8;
|
}
|
|
.model-menu-card-cell-list .card-detail-row > .anticon-plus {
|
position: absolute;
|
right: -30px;
|
font-size: 16px;
|
}
|
.model-menu-action-list {
|
min-height: 40px;
|
line-height: 40px;
|
.ant-row > .anticon-plus {
|
position: absolute;
|
right: -30px;
|
font-size: 16px;
|
}
|
}
|
}
|
.menu-data-card-edit-box::after {
|
display: block;
|
content: ' ';
|
clear: both;
|
}
|
.menu-data-card-edit-box:hover {
|
box-shadow: 0px 0px 2px #e8e8e8;
|
}
|