Browse Source

css(checkboxと北海道の間隔)

liuxf 4 months ago
parent
commit
68a49d4695
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/RegionNode.vue

+ 2 - 2
src/components/RegionNode.vue

@@ -156,7 +156,7 @@ input[type="checkbox"] {
   position: relative;
   cursor: pointer;
   vertical-align: middle;
-  margin-right: 8px;
+  margin-right: 10px;
   margin-top: -4px;
 }
 input[type="checkbox"]:checked {
@@ -188,7 +188,7 @@ input[type="checkbox"]:checked::after {
 }
 
 .ml-checkbox {
-  padding-left: 20px;
+  padding-left: 26px;
   display: block;
   margin-top: 1px;
 }