@xizs/nuxt-antui 0.0.21 → 0.0.22
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.
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
</div>
|
|
69
69
|
</div> -->
|
|
70
70
|
<a-layout-content :style="{ }" class="relative m-4">
|
|
71
|
-
<div class="absolute top-0 left-0 right-0 bottom-0 overflow-scroll">
|
|
71
|
+
<div class="absolute top-0 left-0 right-0 bottom-0 overflow-scroll scrollbar-hide">
|
|
72
72
|
<slot ></slot>
|
|
73
73
|
</div>
|
|
74
74
|
</a-layout-content>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xizs/nuxt-antui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.22",
|
|
5
5
|
"main": "./nuxt.config.ts",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"dev": "nuxi dev .playground",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@ant-design-vue/nuxt": "1.4.6",
|
|
16
16
|
"@nuxtjs/i18n": "9.5.4",
|
|
17
17
|
"@tailwindcss/vite": "^4.1.3",
|
|
18
|
-
"@xizs/nuxt-base": "0.0.
|
|
18
|
+
"@xizs/nuxt-base": "0.0.5",
|
|
19
19
|
"ant-design-vue": ">=4",
|
|
20
20
|
"nuxt": "^3.16.2",
|
|
21
21
|
"tailwindcss": "^4.0.14",
|