dify/web/app/components/base/tab-header/style.module.css

9 lines
145 B
CSS
Raw Normal View History

2023-05-15 08:51:32 +08:00
.itemActive::after {
content: '';
position: absolute;
bottom: -1px;
left: 0;
width: 100%;
height: 2px;
background-color: #155EEF;
}