Commit 74c3271e authored by chenshouchao's avatar chenshouchao

feat: 流程图全屏按钮增加阴影

parent bcbc1998
......@@ -8,9 +8,6 @@
background-color: RGBA(247, 248, 250, 1);
overflow-y: overlay;
}
.swBox img {
box-shadow: 0px 3px 10px 0px rgba(0, 24, 57, 0.06);
}
.swHeader {
z-index: 1001;
position: sticky;
......@@ -214,6 +211,7 @@
right: 24px;
bottom: 24px;
padding: 8px;
box-shadow: 0px 3px 10px 0px rgba(0, 24, 57, 0.06);
}
.fullScreenBox:hover {
opacity: 0.6;
......
......@@ -8,9 +8,6 @@
background-color: RGBA(247, 248, 250, 1);
overflow-y: overlay;
}
.swBox img {
box-shadow: 0px 3px 10px 0px rgba(0, 24, 57, 0.06);
}
.swHeader {
z-index: 1001;
position: sticky;
......@@ -87,6 +84,7 @@
right: 24px;
bottom: 24px;
padding: 8px;
box-shadow: 0px 3px 10px 0px rgba(0, 24, 57, 0.06);
}
.fullScreenBox:hover {
opacity: 0.6;
......
......@@ -8,9 +8,6 @@
background-color: RGBA(247, 248, 250, 1);
overflow-y: overlay;
}
.swBox img {
box-shadow: 0px 3px 10px 0px rgba(0, 24, 57, 0.06);
}
.swHeader {
z-index: 1001;
position: sticky;
......
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