zs
2025-06-04 5a149d626ae8bc3fa4bddbb53f8caf40f51f6da6
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
.$PageMenuInstanceName$Content {
  width: 100%;
  height: 100%;
 
  .$PageMenuInstanceName$List {
    width: 100%;
    height: calc(100% - 70px);
  }
  .headerContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 43px;
  }
  .header {
    margin-bottom: 12px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
 
.tagBox {
  width: auto;
  min-width: 80px;
  height: 24px;
  background: #ffffff;
  border-radius: 19px 19px 19px 19px;
  opacity: 1;
  border: 1px dashed #bcc4cc;
  width: 50px;
  height: 20px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #5a84ff;
  display: flex;
  justify-content: center;
  align-items: center;
  // cursor: pointer;
}
 
.group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 
.groupTable {
  width: 100%;
}
 
.overBox {
  width: 100%;
  height: calc(100% - 20px);
  overflow: auto;
  :global(.cs-collapse-item__header) {
    background-color: #f1f1f1;
    padding: 0 20px;
    height: 35px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
  }
  :global(.cs-collapse-item__content) {
    padding-bottom: 0px;
  }
}
.groupHeader {
  width: 100%;
  height: 30px;
  background: #ccc;
}
 
.hideBlock {
  display: none;
}
.queryForm {
  padding: 10px;
  background: #f5f7fa;
  margin-bottom: 0px;
  border-radius: 4px;
  
  .el-form-item {
    margin-right: 20px;
    margin-bottom: 0;
    
    // Í³Ò»ÊäÈë¿òºÍÑ¡Ôñ¿òµÄ¿í¶È
    .el-input, .el-select {
      width: 200px; // ÉèÖÃͳһµÄ¿í¶È
    }
    
    // Ñ¡Ôñ¿òÄÚ²¿ÊäÈë¿òÑùʽ
    .el-select .el-input__wrapper {
      height: 32px; // ÓëÊäÈë¿ò¸ß¶ÈÒ»ÖÂ
      padding: 1px 11px; // ÓëÊäÈë¿òÄڱ߾àÒ»ÖÂ
    }
    
    // ÈÕÆÚÑ¡ÔñÆ÷¿í¶È
    .el-date-editor {
      width: 220px;
    }
  }
}
 
// Èç¹ûÐèÒª¸ü¾«È·µÄ¿ØÖÆ£¬¿ÉÒÔµ¥¶ÀÉèÖÃ
.formItem {
  width: 200px;
  
  &.el-input, &.el-select {
    width: 100%;
  }
}