dqnhfbc3738 2013-04-08 10:42
浏览 15
已采纳

Yii Booster - 包含进度条的td单元格高度

I'm creating app with Yii and YiiBooster. When I put a TbProgress widget into a td cell - it's height seems to have some kind of bottom padding (like 20-30px). It looks pretty bad as it causes my table rows to be higher than they should.

There was a margin-bottom defined to 40px (in bootstrap.css file) but I removed it - it is still to high.

Anyone knows where can I change it?

Here is my code:

$this->widget('bootstrap.widgets.TbGridView', array(
    'id' => 'invite-grid',
    'type' => 'striped condensed',
    'dataProvider' => $dataProvider,
    'columns' => array(
        'idProject',
        'name',
        array(
            'header' => 'Postęp',
            'value' => function($data)
            {
                Controller::widget('bootstrap.widgets.TbProgress', array(
                    'percent' => ($data->projectInvites +1 )/ $data->projectMaxInvites * 100,
                    ));
            },
            'htmlOptions' => array (
                'style' => ''
            ),
        ),
        array(
            'class' => 'bootstrap.widgets.TbButtonColumn'
        )
    )
));
  • 写回答

2条回答 默认 最新

  • dongyu8664 2013-05-16 07:22
    关注

    I have found the solution. I had to add `margin-bottom: -20px' to the code:

    Controller::widget('bootstrap.widgets.TbProgress', array(
        'percent' => $data->projectInvites == 0 ?  0 : 
                     ($data->projectConfirms / $data->projectInvites) * 100,
        'htmlOptions' => array(
            'style' => 'height: 20px; margin-bottom: -20px',
            ),                          
        ));
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 想问一下树莓派接上显示屏后出现如图所示画面,是什么问题导致的
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line
  • ¥500 火焰左右视图、视差(基于双目相机)
  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号