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.
任何人都知道使 jquery-ui 模态“关闭”(X)按钮更大的巧妙方法吗?
如果您查看模态的渲染 html,您可以看到附加到模态对话框元素的类。您可以使用自己的 CSS 覆盖 jquery CSS 以定位按钮并应用您自己的自定义样式。
如果您需要更多帮助,您可以从模态框发布渲染的 html 并从那里开始。
修改元素css:
.ui-dialog-titlebar-close { width: 32px !important; height: 32px !important; }