@import '../../../components/filter/index.wxss';
|
@import './problem-change-list.wxss';
|
@import './statistic.wxss';
|
@import './sort-options.wxss';
|
|
.page .page-header {
|
background: linear-gradient(var(--td-primary-color-7), var(--td-bg-color));
|
padding: initial;
|
}
|
|
.supervision-search {
|
padding: 0 var(--td-spacer-1);
|
padding-top: 1px;
|
}
|
|
.filter-wrap {
|
background: initial;
|
}
|
|
.filter-wrap-2 {
|
background: initial;
|
}
|
|
.picker-location {
|
color: var(--td-font-white-1) !important;
|
/* justify-content: flex-end !important; */
|
/* width: initial !important; */
|
/* max-width: 33.3vw; */
|
/* background-color: lawngreen; */
|
}
|
|
.flex-start {
|
/* justify-content: flex-start !important; */
|
}
|
|
.flex-end {
|
display: flex;
|
justify-content: flex-end !important;
|
}
|
|
.fy-loading {
|
text-align: center;
|
background-color: transparent;
|
}
|
|
.fy-loading-indicator,
|
.fy-loading-text {
|
color: var(--td-text-color-placeholder) !important;
|
}
|