Commit 1aa3eee4 authored by tangfh's avatar tangfh

+

parent ab440bb4
## 1.0.5(2024-06-11)
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)
......
...@@ -55,7 +55,6 @@ ...@@ -55,7 +55,6 @@
width: ui.statusViewUI.width + "px", width: ui.statusViewUI.width + "px",
height: (this.height ? this.height : ui.statusViewUI.height + "px") height: (this.height ? this.height : ui.statusViewUI.height + "px")
} }
console.log("created this.style.height: ", this.style.height);
this.statusTextInit(this.status) this.statusTextInit(this.status)
}, },
methods: { methods: {
......
{ {
"id": "f-status-view", "id": "f-status-view",
"displayName": "f-status-view", "displayName": "f-status-view",
"version": "1.0.4", "version": "1.0.5",
"description": "页面状态(loading、empty、error)", "description": "页面状态(loading、empty、error)",
"keywords": [ "keywords": [
"f-status-view" "f-status-view"
......
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