最佳答案
修改tab页标签边框颜色:复制代码其他属性可以参考:
https://bbs.esensoft.com/thread-138911-1-1.html
https://bbs.esensoft.com/thread-142176-1-1.html
- /*设置活动页签*/
- .xtabctrl .xtab-header-bluebtngroup .xtab-header-active .xtab-header-left {
- background: #007aff;
- border: 1px solid #007aff;
- }
- /* 设置非活动页*/
- .xtabctrl .xtab-header-bluebtngroup .xtab-header-left {
- background: transparent;
- border: 1px solid #008077;
- }
https://bbs.esensoft.com/thread-138911-1-1.html
https://bbs.esensoft.com/thread-142176-1-1.html
3个回答
修改tab页标签边框颜色:
- /*设置活动页签*/
- .xtabctrl .xtab-header-bluebtngroup .xtab-header-active .xtab-header-left {
- background: #007aff;
- border: 1px solid #007aff;
- }
- /* 设置非活动页*/
- .xtabctrl .xtab-header-bluebtngroup .xtab-header-left {
- background: transparent;
- border: 1px solid #008077;
- }
https://bbs.esensoft.com/thread-138911-1-1.html
https://bbs.esensoft.com/thread-142176-1-1.html
-
esen_4FEZ7U2INX 小试身手Lv3
板凳
chestnut 发表于 2023-7-20 16:16
修改tab页标签边框颜色:其他属性可以参考:
https://bbs.esensoft.com/thread-138911-1-1.html
https://bb ...
谢谢,已解决
好嘞,解决可以设置最佳答案关帖~