fix: 预览侧栏中悬浮操作按钮改为固定在顶部(文本有遮挡)

This commit is contained in:
ZiuChen 2022-09-05 22:44:06 +08:00
parent e670f34e6e
commit aaf679fc30

View File

@ -12,13 +12,14 @@
word-break: break-all;
white-space: pre-wrap;
.clip-full-operate-list {
position: fixed;
top: 15px;
right: 30%;
display: flex;
align-items: center;
justify-content: center;
justify-content: flex-end;
color: @text-color;
background-color: @text-bg-color;
padding: 5px 10px;
margin-bottom: 5px;
border-radius: 5px;
&-item {
padding: 10px;
border-radius: 5px;