natasha 3 năm trước cách đây
mục cha
commit
8065df0412
1 tập tin đã thay đổi với 16 bổ sung1 xóa
  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{
           position: absolute;
-          left: -20px;
+          left: -30px;
           top: 36px;
     }
     > div.title-box-preview {
@@ -1407,3 +1407,18 @@ export default {
   }
 }
 </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>