adata-ui 2.1.21 → 2.1.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.
@@ -117,7 +117,6 @@ watch(isOpen, async (value) => {
117
117
  <a-side-panel
118
118
  v-model="isOpen"
119
119
  width="484px"
120
- :z-index="10001"
121
120
  >
122
121
  <template #header>
123
122
  <div class="flex items-center gap-2">
@@ -77,7 +77,6 @@ watch(isOpen, async (value) => {
77
77
  <a-side-panel
78
78
  v-model="isOpen"
79
79
  width="484px"
80
- :z-index="10001"
81
80
  >
82
81
  <div class="flex flex-col gap-5">
83
82
  <p class="text-center text-2xl font-bold whitespace-pre-wrap">
@@ -49,7 +49,6 @@ function onBack() {
49
49
  <a-side-panel
50
50
  v-model="isOpen"
51
51
  width="484px"
52
- :z-index="10001"
53
52
  >
54
53
  <template #header>
55
54
  <div class="flex items-center gap-2">
@@ -63,7 +63,6 @@ function handlePayment() {
63
63
  <a-side-panel
64
64
  v-model="isOpen"
65
65
  width="484px"
66
- :z-index="10001"
67
66
  >
68
67
  <template #header>
69
68
  <div class="text-xl font-semibold">
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "adata-ui",
3
3
  "type": "module",
4
- "version": "2.1.21",
4
+ "version": "2.1.22",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",