natasha il y a 3 ans
Parent
commit
8065df0412
1 fichiers modifiés avec 16 ajouts et 1 suppressions
  1. 16 1
      src/components/Adult/Preview.vue

+ 16 - 1
src/components/Adult/Preview.vue

@@ -1197,7 +1197,7 @@ export default {
     }
     }
     .NNPE-Book-content-item-checkbox{
     .NNPE-Book-content-item-checkbox{
           position: absolute;
           position: absolute;
-          left: -20px;
+          left: -30px;
           top: 36px;
           top: 36px;
     }
     }
     > div.title-box-preview {
     > div.title-box-preview {
@@ -1407,3 +1407,18 @@ export default {
   }
   }
 }
 }
 </style>
 </style>
+<style lang="scss">
+.NNPE-Book-content-item-checkbox{
+        .el-checkbox__inner{
+            border: 2px solid #4A99EA;
+            width: 24px;
+            height: 24px;
+        }
+        .el-checkbox__inner::after{
+            border-width: 2px;
+            height: 11px;
+            left: 8px;
+            top: 2px;
+        }
+}
+</style>