@alauda/ui 6.1.5 → 6.1.6-beta
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 +1 -1
- package/theme/style.css +0 -5
package/package.json
CHANGED
package/theme/style.css
CHANGED
|
@@ -292,9 +292,4 @@ aui-icon.aui-tooltip-copy:hover {
|
|
|
292
292
|
|
|
293
293
|
.aui-tab-label__content aui-icon:first-child .aui-icon {
|
|
294
294
|
margin-right: var(--aui-spacing-s);
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
.aui-dialog aui-form-item:last-child > .aui-form-item,
|
|
298
|
-
.aui-section__content aui-form-item:last-child > .aui-form-item {
|
|
299
|
-
margin-bottom: 0;
|
|
300
295
|
}
|