diff --git a/src/style/cpns/clip-full-data.less b/src/style/cpns/clip-full-data.less index d500515..3c2cbf8 100644 --- a/src/style/cpns/clip-full-data.less +++ b/src/style/cpns/clip-full-data.less @@ -12,9 +12,13 @@ word-break: break-all; white-space: pre-wrap; .clip-full-operate-list { + position: fixed; + right: 50%; + z-index: 99; + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); display: flex; align-items: center; - justify-content: flex-end; + justify-content: center; color: @text-color; background-color: @text-bg-color; padding: 5px 5px; @@ -22,9 +26,11 @@ border-radius: 5px; } .clip-full-content { - background-color: @text-bg-color; + position: relative; + top: 50px; padding: 20px; border-radius: 5px; + background-color: @text-bg-color; } &::-webkit-scrollbar { width: 10px; diff --git a/src/style/cpns/clip-operate.less b/src/style/cpns/clip-operate.less index de50178..69a2dbc 100644 --- a/src/style/cpns/clip-operate.less +++ b/src/style/cpns/clip-operate.less @@ -1,7 +1,7 @@ .clip-operate { display: flex; align-items: center; - justify-content: flex-end; + justify-content: center; flex-wrap: wrap; min-width: 180px; padding: 0px 10px;