Commit 7c0246df by dongshufeng

refactor(all): add iesplan example

parent 489703d8
...@@ -30,7 +30,7 @@ impl Component for ParaCard { ...@@ -30,7 +30,7 @@ impl Component for ParaCard {
let input_html = (0..paras.points.len()).map(|i| { let input_html = (0..paras.points.len()).map(|i| {
self.create_input(ctx, i) self.create_input(ctx, i)
}).collect::<Html>(); }).collect::<Html>();
let height = format!("height:{}px", paras.height); let height = format!("{}px", paras.height);
html! { html! {
<Card height={height}> <Card height={height}>
<CardHeader> <CardHeader>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论