|
@@ -478,7 +478,7 @@
|
|
|
<template v-if="isNoteShow">
|
|
|
<div
|
|
|
ref="notecard"
|
|
|
- class="NNPE-wordDetail"
|
|
|
+ class="NNPE-wordDetail NNPE-noteDetail"
|
|
|
:style="{
|
|
|
marginLeft: windowWidth > 642 ? '-321px' : '0px',
|
|
|
left: windowWidth > 642 ? '' : '0px'
|
|
@@ -1345,5 +1345,10 @@ export default {
|
|
|
overflow: auto;
|
|
|
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
|
|
|
}
|
|
|
+ .NNPE-noteDetail {
|
|
|
+ margin-top: -130px;
|
|
|
+ padding: 8px;
|
|
|
+ box-shadow: none;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|