fix: 调整预览页operate对齐位置

This commit is contained in:
ZiuChen 2022-09-18 09:53:16 +08:00
parent 38a10d6517
commit b91728f14b

View File

@ -13,7 +13,7 @@
white-space: pre-wrap; white-space: pre-wrap;
.clip-full-operate-list { .clip-full-operate-list {
position: fixed; position: fixed;
right: 50%; right: 20%;
z-index: 102; z-index: 102;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
display: flex; display: flex;
@ -32,6 +32,7 @@
position: relative; position: relative;
top: 50px; top: 50px;
padding: 20px; padding: 20px;
margin-bottom: 55px;
border-radius: 5px; border-radius: 5px;
background-color: @text-bg-color; background-color: @text-bg-color;
img { img {