Commit 6a7c38f6d08572a2720a5525b86809a9f20c72d0
1 parent
7d6dece1
perf: hidden about software ok button
Showing
1 changed file
with
7 additions
and
1 deletions
... | ... | @@ -60,7 +60,13 @@ |
60 | 60 | </script> |
61 | 61 | |
62 | 62 | <template> |
63 | - <BasicModal @register="register" title="关于我们" width="50%"> | |
63 | + <BasicModal | |
64 | + @register="register" | |
65 | + title="关于我们" | |
66 | + width="50%" | |
67 | + cancel-text="关闭" | |
68 | + :show-ok-btn="false" | |
69 | + > | |
64 | 70 | <Description @register="registerDes" /> |
65 | 71 | </BasicModal> |
66 | 72 | </template> | ... | ... |