Files
HTFX-CRM-Sales/pages/partner/components/myIB/index.scss

18 lines
293 B
SCSS
Raw Normal View History

2025-07-07 16:05:18 +08:00
::-webkit-scrollbar {
display: none;
}
.filterButton {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 10px;
width: 100%;
height: 34px;
color: #fff;
background-color: rgba(41, 187, 228, 1);
.filterText {
white-space: nowrap;
margin: 0 8px 0 3px;
}
}