Commit 40d5470c authored by tangfh's avatar tangfh

+

parent 1a5a35f2
## 1.0.4(2024-06-07)
1.0.4
## 1.0.3(2024-06-07) ## 1.0.3(2024-06-07)
1.0.3 1.0.3
## 1.0.2(2024-06-07) ## 1.0.2(2024-06-07)
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
created() { created() {
this.style = { this.style = {
width: ui.statusViewUI.width + "px", width: ui.statusViewUI.width + "px",
height: ui.statusViewUI.height + "px" height: (this.height ? this.height : ui.statusViewUI.height + "px")
} }
console.log("created this.style.height: ", this.style.height); console.log("created this.style.height: ", this.style.height);
this.statusTextInit(this.status) this.statusTextInit(this.status)
......
{ {
"id": "f-status-view", "id": "f-status-view",
"displayName": "f-status-view", "displayName": "f-status-view",
"version": "1.0.3", "version": "1.0.4",
"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