@fewangsit/wangsvue-presets 1.0.85-alpha.1 → 1.0.85-alpha.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ exports.default = {
10
10
  ],
11
11
  },
12
12
  paginatorwrapper: {
13
- class: 'mt-[11px]',
13
+ class: 'mt-1.5',
14
14
  },
15
15
  pages: {
16
16
  class: 'flex gap-0.5',
@@ -1302,6 +1302,10 @@
1302
1302
  margin-top: 0.25rem;
1303
1303
  }
1304
1304
 
1305
+ .mt-1\.5{
1306
+ margin-top: 0.375rem;
1307
+ }
1308
+
1305
1309
  .mt-2{
1306
1310
  margin-top: 0.5rem;
1307
1311
  }
@@ -1318,10 +1322,6 @@
1318
1322
  margin-top: -0.5rem;
1319
1323
  }
1320
1324
 
1321
- .mt-\[11px\]{
1322
- margin-top: 11px;
1323
- }
1324
-
1325
1325
  .box-border{
1326
1326
  box-sizing: border-box;
1327
1327
  }
@@ -3558,6 +3558,10 @@
3558
3558
  line-height: 1rem;
3559
3559
  }
3560
3560
 
3561
+ .\!font-bold{
3562
+ font-weight: 700 !important;
3563
+ }
3564
+
3561
3565
  .\!font-medium{
3562
3566
  font-weight: 500 !important;
3563
3567
  }