Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 epsocrm 中有一个现有应用程序,其中所有页面都已准备好,并且所有页面都有公司徽标。
但我在登录页面有问题。登录页面的右侧有我想在中心设置的公司徽标。
我的登录页面示例如下
我一直在寻找这个问题的解决方案。但未能找到
任何人都可以帮我解决这个问题。
你只需要这样的css:
#login .logo-container { margin: 10px auto; }