riku
2025-04-27 f46786f11c5c08ead7501a82e5a71430ad69b782
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
@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;
}