natasha 3 years ago
parent
commit
ff7f65af9d

+ 6 - 3
src/components/Adult/preview/InputHasRecord.vue

@@ -390,9 +390,6 @@ export default {
 }
 }
 .NPC-zhedie {
 .NPC-zhedie {
   width: 780px;
   width: 780px;
-  border: 1px solid rgba(0, 0, 0, 0.1);
-  overflow: hidden;
-  border-radius: 8px;
   //   margin-top: 16px;
   //   margin-top: 16px;
   .topTitle {
   .topTitle {
     width: 100%;
     width: 100%;
@@ -401,6 +398,9 @@ export default {
     padding-left: 24px;
     padding-left: 24px;
     padding-right: 16px;
     padding-right: 16px;
     height: 48px;
     height: 48px;
+    border: 1px solid rgba(0, 0, 0, 0.1);
+    overflow: hidden;
+    border-radius: 8px 8px 0 0 ;
     .NPC-top-left {
     .NPC-top-left {
       display: flex;
       display: flex;
       justify-content: flex-start;
       justify-content: flex-start;
@@ -437,6 +437,9 @@ export default {
   }
   }
   .NPC-word-list {
   .NPC-word-list {
     padding: 0px 24px;
     padding: 0px 24px;
+    border: 1px solid rgba(0, 0, 0, 0.1);
+    border-top: none;
+    border-radius: 0 0 8px 8px;
   }
   }
 }
 }
 @keyframes firstrotate {
 @keyframes firstrotate {

+ 6 - 3
src/components/Adult/preview/Notes.vue

@@ -108,15 +108,15 @@ export default {
 .NPC-zhedie {
 .NPC-zhedie {
   width: 780px;
   width: 780px;
   margin-bottom: 16px;
   margin-bottom: 16px;
-  border: 1px solid rgba(0, 0, 0, 0.1);
-  overflow: hidden;
-  border-radius: 8px;
   .topTitle {
   .topTitle {
     width: 100%;
     width: 100%;
     display: flex;
     display: flex;
     justify-content: space-between;
     justify-content: space-between;
     padding-left: 24px;
     padding-left: 24px;
     padding-right: 16px;
     padding-right: 16px;
+    border: 1px solid rgba(0, 0, 0, 0.1);
+    overflow: hidden;
+    border-radius: 8px 8px 0 0;
     .NPC-top-left {
     .NPC-top-left {
       display: flex;
       display: flex;
       justify-content: flex-start;
       justify-content: flex-start;
@@ -163,6 +163,9 @@ export default {
   }
   }
   .NPC-notes-list {
   .NPC-notes-list {
     padding: 24px 24px 5px 24px;
     padding: 24px 24px 5px 24px;
+    border: 1px solid rgba(0, 0, 0, 0.1);
+    border-top: none;
+    border-radius: 0 0 8px 8px;
     .NPC-notes {
     .NPC-notes {
       width: 100%;
       width: 100%;
       margin-bottom: 24px;
       margin-bottom: 24px;

+ 6 - 3
src/components/Adult/preview/WordPhrase.vue

@@ -363,9 +363,6 @@ export default {
 .NPC-zhedie {
 .NPC-zhedie {
   width: 780px;
   width: 780px;
   margin-bottom: 16px;
   margin-bottom: 16px;
-  border: 1px solid rgba(0, 0, 0, 0.1);
-  overflow: hidden;
-  border-radius: 8px;
 
 
   .NPC-word-table {
   .NPC-word-table {
     width: 100%;
     width: 100%;
@@ -461,6 +458,9 @@ export default {
   }
   }
   .NPC-word-list {
   .NPC-word-list {
     padding: 20px 24px;
     padding: 20px 24px;
+    border: 1px solid rgba(0, 0, 0, 0.1);
+    border-top: none;
+    border-radius: 0 0 8px 8px;
   }
   }
   .detail-icon {
   .detail-icon {
     width: 56px;
     width: 56px;
@@ -496,6 +496,9 @@ export default {
     padding-right: 16px;
     padding-right: 16px;
     height: 48px;
     height: 48px;
     background: #e35454;
     background: #e35454;
+    border: 1px solid rgba(0, 0, 0, 0.1);
+    overflow: hidden;
+    border-radius: 8px 8px 0 0;
     .NPC-top-left {
     .NPC-top-left {
       display: flex;
       display: flex;
       justify-content: flex-start;
       justify-content: flex-start;