Commit bb047ca3 authored by chenshouchao's avatar chenshouchao

feat: 增加算子hover样式

parent 295c75d6
......@@ -6,11 +6,9 @@
background-color: #fff;
}
.operatorItemBox:hover {
box-shadow: 0px 5px 16px 0px rgba(0, 24, 57, 0.1);
position: relative;
z-index: 1;
top: -1px;
left: 24px;
box-shadow: 6px 8px 22px 0px rgba(0, 24, 57, 0.08);
}
.operatorItemBox:hover .footerBox {
border-bottom: 1px solid #fff;
......
......@@ -47,7 +47,7 @@
border-right: 1px solid rgba(235, 237, 240, 1);
width: 360px;
height: 100%;
/* overflow-y: scroll; */
overflow-y: auto;
box-sizing: border-box;
position: relative;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment