@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.
- package/fixedasset/button/index.js +2 -2
- package/fixedasset/datatable/index.js +1 -1
- package/fixedasset/dialog/index.js +1 -1
- package/fixedasset/dialogconfirm/index.d.ts +7 -7
- package/fixedasset/dialogconfirm/index.js +11 -7
- package/fixedasset/index.system.js +2 -2
- package/fixedasset/paginator/index.js +1 -1
- package/fixedasset/style.css +9 -5
- package/fixedasset/tree/index.js +0 -1
- package/fixedasset/validatormessage/index.js +1 -1
- package/package.json +1 -1
- package/wangsvue/datatable/index.js +1 -1
- package/wangsvue/dialogconfirm/index.d.ts +5 -2
- package/wangsvue/dialogconfirm/index.js +8 -1
- package/wangsvue/index.system.js +2 -2
- package/wangsvue/paginator/index.js +1 -1
- package/wangsvue/style.css +8 -4
package/wangsvue/style.css
CHANGED
@@ -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
|
}
|