adata-ui 2.1.20 → 2.1.21

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