Commit 1a3793e6 authored by tangfh's avatar tangfh

f-pop 调整 z-index

parent 60ffa553
## 1.0.5(2024-05-31)
1.0.5
## 1.0.4(2024-05-30)
1.0.4
## 1.0.3(2024-05-29)
......
......@@ -193,7 +193,8 @@
setTimeout(function() {
this.isShowInner = false
}.bind(this), this.duration);
}
},
moveHandle() {},
},
}
</script>
......@@ -203,7 +204,6 @@
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0);
z-index: 9999;
}
.view-mask {
......@@ -216,7 +216,7 @@
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
z-index: 100;
z-index: 900;
}
.view-center {
......
{
"id": "f-pop",
"displayName": "f-pop",
"version": "1.0.4",
"version": "1.0.5",
"description": "f-pop 插件(底部弹出,中间弹出,顶部弹出)",
"keywords": [
"f-pop"
......
## 1.0.4(2024-05-31)
1.0.4
## 1.0.3(2024-05-31)
1.0.3
## 1.0.2(2024-05-31)
1.0.2
## 1.0.1(2024-05-31)
1.0.1
## 1.0.0(2024-05-31)
......
......@@ -21,7 +21,7 @@
</script>
<style lang="scss" scoped>
.v-row-bottom-fixed {
z-index: 10000;
z-index: 888;
position: fixed;
left: 0;
bottom: 0;
......
{
"id": "f-view-bottom-fixed",
"displayName": "f-view-bottom-fixed",
"version": "1.0.1",
"version": "1.0.4",
"description": "底部按钮父view",
"keywords": [
"f-view-bottom-fixed"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment