Commit bb047ca3 authored by chenshouchao's avatar chenshouchao

feat: 增加算子hover样式

parent 295c75d6
...@@ -6,11 +6,9 @@ ...@@ -6,11 +6,9 @@
background-color: #fff; background-color: #fff;
} }
.operatorItemBox:hover { .operatorItemBox:hover {
box-shadow: 0px 5px 16px 0px rgba(0, 24, 57, 0.1);
position: relative; position: relative;
z-index: 1;
top: -1px; top: -1px;
left: 24px;
box-shadow: 6px 8px 22px 0px rgba(0, 24, 57, 0.08);
} }
.operatorItemBox:hover .footerBox { .operatorItemBox:hover .footerBox {
border-bottom: 1px solid #fff; border-bottom: 1px solid #fff;
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
border-right: 1px solid rgba(235, 237, 240, 1); border-right: 1px solid rgba(235, 237, 240, 1);
width: 360px; width: 360px;
height: 100%; height: 100%;
/* overflow-y: scroll; */ overflow-y: auto;
box-sizing: border-box; box-sizing: border-box;
position: relative; 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