EasyUI Forum
May 07, 2024, 03:06:21 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: How to adjust Tab title font size  (Read 7410 times)
pratikk
Newbie
*
Posts: 49


View Profile Email
« on: April 26, 2015, 07:59:14 AM »

I want to adjust the font size of tab title, I  searched the forum, looked up the documentation but there is no explanation for this purpose or I coudn't find it. Pls help
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: April 26, 2015, 06:46:25 PM »

Please refer to the following code.
Code:
<div id="tt" class="easyui-tabs" style="width:90%;height:200px">
    <div title="<span style='font-size:16px'>Tab1</span>">
    </div>
    <div title="<span style='font-size:16px'>Tab2</span>">
    </div>
</div>
Logged
jdx100424
Newbie
*
Posts: 3


View Profile Email
« Reply #2 on: April 26, 2015, 08:20:53 PM »

<div class="easyui-tabs" data-options="fit:true" id="mytab">

</div>

try to use data-options="fit:true"
Logged
pratikk
Newbie
*
Posts: 49


View Profile Email
« Reply #3 on: April 27, 2015, 02:44:13 AM »

Thank you. <span></span> is working nice Smiley
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!