af-mobile-client-vue3 1.3.92 → 1.3.94
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
CHANGED
|
@@ -201,7 +201,7 @@ onUnmounted(() => {
|
|
|
201
201
|
right: 0;
|
|
202
202
|
background-color: #fff;
|
|
203
203
|
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
|
|
204
|
-
z-index:
|
|
204
|
+
z-index: 10001;
|
|
205
205
|
max-height: 400px;
|
|
206
206
|
overflow-y: auto;
|
|
207
207
|
|
|
@@ -302,7 +302,7 @@ onUnmounted(() => {
|
|
|
302
302
|
position: fixed;
|
|
303
303
|
inset: 0;
|
|
304
304
|
background: rgba(0, 0, 0, 0.45);
|
|
305
|
-
z-index:
|
|
305
|
+
z-index: 10001;
|
|
306
306
|
margin-top: 56px;
|
|
307
307
|
margin-bottom: 50px;
|
|
308
308
|
}
|