|
@@ -509,6 +509,7 @@ const showBigImage = (event: MouseEvent) => {
|
|
|
|
|
|
<style scoped>
|
|
<style scoped>
|
|
.mark-body-container {
|
|
.mark-body-container {
|
|
|
|
+ position: relative;
|
|
min-height: calc(100vh - 56px);
|
|
min-height: calc(100vh - 56px);
|
|
height: calc(100vh - 56px);
|
|
height: calc(100vh - 56px);
|
|
overflow: auto;
|
|
overflow: auto;
|
|
@@ -522,6 +523,7 @@ const showBigImage = (event: MouseEvent) => {
|
|
linear-gradient(-45deg, transparent 75%, #e0e0e0 75%);
|
|
linear-gradient(-45deg, transparent 75%, #e0e0e0 75%);
|
|
background-size: 20px 20px;
|
|
background-size: 20px 20px;
|
|
background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
|
|
background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
|
|
|
|
+ transform: inherit;
|
|
}
|
|
}
|
|
.mark-body-container img {
|
|
.mark-body-container img {
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -533,10 +535,9 @@ const showBigImage = (event: MouseEvent) => {
|
|
border: 2px solid transparent;
|
|
border: 2px solid transparent;
|
|
}
|
|
}
|
|
.status-container {
|
|
.status-container {
|
|
- position: sticky;
|
|
|
|
- bottom: calc(100% - 40px);
|
|
|
|
- left: calc(100% - 40px);
|
|
|
|
- margin-top: -40px;
|
|
|
|
|
|
+ position: fixed;
|
|
|
|
+ top: 56px;
|
|
|
|
+ right: 340px;
|
|
color: white;
|
|
color: white;
|
|
pointer-events: none;
|
|
pointer-events: none;
|
|
font-size: 16px;
|
|
font-size: 16px;
|