quasar-ui-sellmate-ui-kit 3.14.52 → 3.14.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quasar-ui-sellmate-ui-kit",
3
- "version": "3.14.52",
3
+ "version": "3.14.53",
4
4
  "author": "Sellmate Dev Team <dev@sellmate.co.kr>",
5
5
  "description": "Sellmate UI Kit",
6
6
  "license": "MIT",
@@ -477,6 +477,16 @@
477
477
  padding-top: 80px;
478
478
  }
479
479
  }
480
+
481
+ .q-checkbox {
482
+ position: relative;
483
+ }
484
+
485
+ .q-checkbox::before {
486
+ content: '';
487
+ position: absolute;
488
+ inset: -6px; // 선택 영역 상하좌우 6px 확장
489
+ }
480
490
  }
481
491
 
482
492
  .s-select-table {