@arco-themes/react-aiux2026 1.0.2 → 1.0.3
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/README.md +6 -0
- package/css/arco.css +1 -1
- package/package.json +1 -1
- package/theme.less +10 -1
package/package.json
CHANGED
package/theme.less
CHANGED
|
@@ -2396,6 +2396,16 @@
|
|
|
2396
2396
|
font-weight: 600;
|
|
2397
2397
|
}
|
|
2398
2398
|
|
|
2399
|
+
.drawer-sm {
|
|
2400
|
+
width: 600px;
|
|
2401
|
+
}
|
|
2402
|
+
.drawer-md {
|
|
2403
|
+
width: 900px;
|
|
2404
|
+
}
|
|
2405
|
+
.drawer-lg {
|
|
2406
|
+
width: 1200px;
|
|
2407
|
+
}
|
|
2408
|
+
|
|
2399
2409
|
body[arco-theme='dark'] {
|
|
2400
2410
|
.arco-tooltip {
|
|
2401
2411
|
.arco-tooltip-content {
|
|
@@ -2423,5 +2433,4 @@ body[arco-theme='dark'] {
|
|
|
2423
2433
|
border-width: 1px;
|
|
2424
2434
|
}
|
|
2425
2435
|
}
|
|
2426
|
-
|
|
2427
2436
|
}
|