2013-12-17 117 views
0
 xtype:'list', 
    // disableSelection: true, 
     scrollToTopOnRefresh: false, 
     style:'background:red', 
     store: 'PchatStore', 
     selectedCls:'chatmsg', 

image border is not applied to top添加邊框列出

.chatmsg{ 

     border-bottom : 7px solid yellow; 

     border-left : 7px solid yellow; 

     border-right : 7px solid yellow; 

     border-top : 7px solid yellow; 

}

border未在選擇list項目

回答

0

只嘗試應用在list的頂級項目選擇..

border: 7px solid yellow; 
+0

感謝您的回答,但它不起作用 – user2988855