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(2024-05-30)
1.0.4 1.0.4
## 1.0.3(2024-05-29) ## 1.0.3(2024-05-29)
......
...@@ -193,7 +193,8 @@ ...@@ -193,7 +193,8 @@
setTimeout(function() { setTimeout(function() {
this.isShowInner = false this.isShowInner = false
}.bind(this), this.duration); }.bind(this), this.duration);
} },
moveHandle() {},
}, },
} }
</script> </script>
...@@ -203,7 +204,6 @@ ...@@ -203,7 +204,6 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: rgba(0, 0, 0, 0); background-color: rgba(0, 0, 0, 0);
z-index: 9999;
} }
.view-mask { .view-mask {
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: rgba(0, 0, 0, 0.4); background-color: rgba(0, 0, 0, 0.4);
z-index: 100; z-index: 900;
} }
.view-center { .view-center {
......
{ {
"id": "f-pop", "id": "f-pop",
"displayName": "f-pop", "displayName": "f-pop",
"version": "1.0.4", "version": "1.0.5",
"description": "f-pop 插件(底部弹出,中间弹出,顶部弹出)", "description": "f-pop 插件(底部弹出,中间弹出,顶部弹出)",
"keywords": [ "keywords": [
"f-pop" "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(2024-05-31)
1.0.1 1.0.1
## 1.0.0(2024-05-31) ## 1.0.0(2024-05-31)
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.v-row-bottom-fixed { .v-row-bottom-fixed {
z-index: 10000; z-index: 888;
position: fixed; position: fixed;
left: 0; left: 0;
bottom: 0; bottom: 0;
......
{ {
"id": "f-view-bottom-fixed", "id": "f-view-bottom-fixed",
"displayName": "f-view-bottom-fixed", "displayName": "f-view-bottom-fixed",
"version": "1.0.1", "version": "1.0.4",
"description": "底部按钮父view", "description": "底部按钮父view",
"keywords": [ "keywords": [
"f-view-bottom-fixed" "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