如何自定义 Meteor 帐户-ui 模态弹出对话框?

Bud*_*ika 5 meteor meteorite

我想为流星accounts-ui密码重置模型弹出对话框添加自定义样式。不添加accounts-ui-unstyled我怎么能做到这一点?有没有办法打开我们的自定义密码重置模板链接?

Aks*_*hat 2

您必须以某种方式添加 account-ui-unstyled 包的代码,因此没有办法避免这种情况。

如果您愿意,您可以这样做:创建一个accounts-ui-unstyled在您的文件夹中调用的目录,然后从https://github.com/meteor/meteor/tree/devel/packages/accounts-ui-unstyled/packages复制所有内容

您可以添加此包meteor add accounts-ui-unstyled,它应该使用您手动创建的包覆盖默认包并使用您的编辑。

然后您可以根据需要对其进行编辑。