Skip to content

Commit 10f5138

Browse files
Peter XiePeter Xie
authored andcommitted
v0.9.0
1 parent 106e5e9 commit 10f5138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/home/index.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ block jumbotron1
600600
span( data-bind=" text: QTTransferData().transferDayLimit / ( 1024 * 1024 ) + ' Mbyte'" style = "font-size: smaller;font-weight: lighter;")
601601
//-.three.wide.column( style="padding-top: 0px!important;")
602602
span( data-bind = "text: infoDefine [ $root.languageIndex() ].QTGateGateway.monthDatatransfer " )
603-
.sixteen.wide.column( style="padding-top: 0px!important;")
603+
.sixteen.wide.column( data-bind="style:{ 'padding-top' : config().freeUser ? '0px!important': '' }" style="padding-top: 0px!important;")
604604
.userDetail.ui.tiny.progress.success( data-bind = "attr: { 'data-total': QTTransferData().transferMonthly / ( 1024 * 1024 ), 'data-value':( QTTransferData().transferMonthly - $root.QTTransferData().usedMonthlyTransfer)/( 1024 * 1024 )}")
605605
.bar
606606
.progress

0 commit comments

Comments
 (0)