uni-oaview 1.3.0 → 1.3.1
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<uni-popup ref="popupRef" background-color="
|
|
2
|
+
<uni-popup class="oa-debug-popup" ref="popupRef" background-color="none">
|
|
3
3
|
<view style="height: 500px; background-color: white; width: 100vw">
|
|
4
4
|
<scroll-view scroll-x class="tab-scroll" :show-scrollbar="false">
|
|
5
5
|
<view class="tab-container">
|
|
@@ -98,11 +98,14 @@
|
|
|
98
98
|
</script>
|
|
99
99
|
|
|
100
100
|
<style lang="scss" scoped>
|
|
101
|
+
.oa-debug-popup {
|
|
102
|
+
z-index: 10000 !important;
|
|
103
|
+
}
|
|
101
104
|
.debug-button {
|
|
102
105
|
width: 40px;
|
|
103
106
|
height: 40px;
|
|
104
107
|
position: fixed;
|
|
105
|
-
z-index:
|
|
108
|
+
z-index: 10000;
|
|
106
109
|
border-radius: 50%;
|
|
107
110
|
display: flex;
|
|
108
111
|
justify-content: center;
|