We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be74ea commit bf4b79dCopy full SHA for bf4b79d
README_MORE.md
@@ -5520,7 +5520,7 @@ ui.button('button').classes('!bg-red-700')
5520
ui.run(native=True)
5521
```
5522
5523
-注意:Quasar的颜色体系和tailwindcss的颜色体系不同。Quasar中,使用`color-[1-14]`来表示颜色,数字表示颜色程度,可选。tailwindcss中,使用`type-color-[50-950]`表示颜色,type为功能类别,数字表示颜色程序,可选。需要注意代码中不同方式使用的颜色体系。
+注意:Quasar的颜色体系和tailwindcss的颜色体系不同。Quasar中,使用`color-[1-14]`来表示颜色,数字表示颜色程度,可选。tailwindcss中,使用`type-color-[50-950]`表示颜色,type为功能类别,数字表示颜色程度,可选。需要注意代码中不同方式使用的颜色体系。
5524
5525
2,不擅长CSS的话,怎么用ui.button实现一个 Floating Action Button?
5526
0 commit comments