@arco-themes/react-aiux2026 1.0.5 → 1.0.6
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 +6 -0
package/package.json
CHANGED
package/theme.less
CHANGED
|
@@ -2388,6 +2388,12 @@
|
|
|
2388
2388
|
.arco-modal-footer {
|
|
2389
2389
|
border-top: none;
|
|
2390
2390
|
}
|
|
2391
|
+
&:has(.arco-modal-title .arco-icon),
|
|
2392
|
+
&:has(.arco-modal-title .as-icon) {
|
|
2393
|
+
.arco-modal-content {
|
|
2394
|
+
margin-left: 28px;
|
|
2395
|
+
}
|
|
2396
|
+
}
|
|
2391
2397
|
}
|
|
2392
2398
|
.arco-message,
|
|
2393
2399
|
.arco-popconfirm-content,
|