Files
lingji-work-fe/src/views/property-marketing/put-account/account-data/style.scss

41 lines
730 B
SCSS

.account-data-wrap {
display: flex;
flex-direction: column;
.filter-wrap {
border-radius: 8px;
// border: 1px solid #e6e6e8;
:deep(.arco-tabs) {
.arco-tabs-tab {
height: 56px;
padding: 0 8px;
}
}
:deep(.arco-btn) {
.arco-btn-icon {
line-height: 14px;
}
}
.top {
.title {
font-family: $font-family-medium;
font-style: normal;
}
}
.overview-row {
.overview-item {
height: 88px;
border-radius: 8px;
background: var(--BG-100, #f7f8fa);
padding: 16px;
&:not(:last-child) {
margin-right: 12px;
}
}
}
}
.table-wrap {
width: 100%;
}
}