Commit ab440bb4 authored by tangfh's avatar tangfh

+

parent e862e4c9
## 1.0.1(2024-06-07) ## 1.0.3(2024-06-07)
1.0.1
## 1.0.0(2024-06-07)
1.0.0
## 1.0.5(2024-05-31)
1.0.5
## 1.0.4(2024-05-30)
1.0.4
## 1.0.3(2024-05-29)
1.0.3 1.0.3
## 1.0.2(2024-05-29 ## 1.0.2(2024-06-07
1.0.2 1.0.2
## 1.0.1(2024-05-29 ## 1.0.1(2024-06-07
1.0.1 1.0.1
## 1.0.0(2024-05-29 ## 1.0.0(2024-06-07
1.0.0 1.0.0
\ No newline at end of file
...@@ -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: 900; z-index: 556;
} }
.view-center { .view-center {
...@@ -229,7 +229,7 @@ ...@@ -229,7 +229,7 @@
align-items: center; align-items: center;
top: 0; top: 0;
left: 0; left: 0;
z-index: 999; z-index: 557;
} }
.view-center-content-bg { .view-center-content-bg {
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
opacity: 0; opacity: 0;
left: 32rpx; left: 32rpx;
right: 32rpx; right: 32rpx;
z-index: 999; z-index: 557;
} }
.view-top { .view-top {
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
right: 32rpx; right: 32rpx;
top: -100%; top: -100%;
border-radius: 32rpx 32rpx 32rpx 32rpx; border-radius: 32rpx 32rpx 32rpx 32rpx;
z-index: 999; z-index: 557;
} }
.view-bottom { .view-bottom {
...@@ -268,7 +268,7 @@ ...@@ -268,7 +268,7 @@
right: 32rpx; right: 32rpx;
bottom: -100%; bottom: -100%;
border-radius: 32rpx 32rpx 32rpx 32rpx; border-radius: 32rpx 32rpx 32rpx 32rpx;
z-index: 999; z-index: 557;
} }
.pop-view-top-title { .pop-view-top-title {
...@@ -283,7 +283,7 @@ ...@@ -283,7 +283,7 @@
height: 48rpx; height: 48rpx;
margin-top: 32rpx; margin-top: 32rpx;
margin-right: 32rpx; margin-right: 32rpx;
z-index: 999; z-index: 558;
flex-shrink: 0; flex-shrink: 0;
} }
......
{ {
"id": "f-pop", "id": "f-pop",
"displayName": "f-pop", "displayName": "f-pop",
"version": "1.0.1", "version": "1.0.3",
"description": "f-pop 插件(底部弹出,中间弹出,顶部弹出)", "description": "f-pop 插件(底部弹出,中间弹出,顶部弹出)",
"keywords": [ "keywords": [
"f-pop" "f-pop"
......
## 1.0.6(2024-06-07)
1.0.6
## 1.0.5(2024-06-07)
1.0.5
## 1.0.4(2024-06-07) ## 1.0.4(2024-06-07)
1.0.4 1.0.4
## 1.0.3(2024-06-07) ## 1.0.3(2024-06-07)
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.v-row-bottom-fixed { .v-row-bottom-fixed {
z-index: 8888; z-index: 555;
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.4", "version": "1.0.6",
"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