我正在使用 ipyvuetify 对要使用 voila 呈现的应用程序进行编码,并且我想将图像用作页脚的图标(或将来用作按钮)。知道怎么做吗?
这是图标的代码
v.Footer( absolute = False,
class_="font-weight-medium",
children= [v.Col(class_="text-center", cols="12", children=[v.Icon(children=['fingerprint']),'BMW - 2020 - alpha version 0.0. powered by Soft company PPP'])]
我想使用我自己的徽标而不是预定义的指纹。那么如何加载图像并为字体提供相对大小。
谢谢