gpt4 book ai didi

jquery - 如何使免费的 jqrid Font Awesome Action 按钮更大

转载 作者:太空宇宙 更新时间:2023-11-04 12:12:11 25 4
gpt4 key购买 nike

使用免费的 jqgrid 4.8 和 Font Awesome 图标集。

标准 Action 按钮使用 colmodel 定义

[{"name":"_actions","search":false,"width":(37+15)+45
,"sortable":false,"formatter":"actions","viewable":false,"formatoptions":{"editbutton":true,"keys":true
,"delbutton":true}]

额外的按钮是使用来自

的代码添加的

how add button before action buttons in jqgrid

但即使在此代码中使用了很棒的字体类,它们也会显示为 jquery ui 按钮。

使用 JQgrid set row height 中的代码增加了 jqgrid 行高

.ui-jqgrid tr.jqgrow td {
height: 2.8em !important;
}

但内联格式化程序操作按钮对于平板电脑来说太小了。

工具栏按钮大小增加使用

.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div > span {
font-size: 20px;
}

来自 How to make jqgrid top toolbar custom buttons bigger like standard buttons但这不会影响内联操作按钮。

我试过

.ui-icon {
zoom: 1.5;
}

但这只会改变 jquery ui 操作按钮。

如果使用 awesome 字体,如何增加内联操作按钮的大小?如何为自定义 jquery ui 操作按钮使用超棒的字体图标按钮?

最佳答案

您可以通过多种方式解决问题。例如,您可以添加如下 CSS 规则

.jqgrow .ui-jqgrid-actions > .ui-pg-div > span { font-size: 24px; }

.jqgrow .ui-pg-div > span.fa { font-size: 24px; }

The demo演示结果。它另外使用了另一个 width 值作为默认值

{ name: "act", template: "actions", width: 72 }

关于jquery - 如何使免费的 jqrid Font Awesome Action 按钮更大,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28972025/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com