adminforth 2.27.0-next.2 → 2.27.0-next.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.
@@ -536,16 +536,7 @@ watch([sort], async () => {
536
536
 
537
537
 
538
538
  .af-button-shadow {
539
- position: relative;
540
- &::after {
541
- content: '';
542
- position: absolute;
543
- left: 0;
544
- right: 0;
545
- height: 100%;
546
- box-shadow: -0px 6px 6px rgb(0, 0, 0, 0.1);
547
- border-radius: inherit;
548
- }
539
+ box-shadow: -0px 6px 6px rgb(0, 0, 0, 0.1);
549
540
  }
550
541
 
551
542
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.27.0-next.2",
3
+ "version": "2.27.0-next.3",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",