zhangyanpeng
2024-05-29 1f227a1cf627526701c652ba84bae3e430bba8d3
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
/******* select *********/
.popover-body {
    height: 120px; 
    overflow-y: auto; 
    overflow-x: hidden;
}
 
.popover-item {
    padding: 8px 14px; 
    border: 0px; 
    width: 100%; 
    text-align: left;
}
 
.popover-btn {
    padding: 0px; 
    font-size: 16px; 
    border: 0px; 
    background-color: #0000;
}
 
.h_cellclick {
    color: #1d1da1;
    text-decoration:underline;
    cursor:pointer;
}
 
.h_cellclick:hover {
    font-weight: bold;
}
 
.h_overflowval {
    color: red;
}
.h_notoverflowval {
    color: lightgreen;
}
 
.h_up {
    color: lightgreen;
}
 
.h_down {
    color: red;
}
 
.h_table .el-table {
    border-left: 1px solid #EBEEF5;
    border-right: 1px solid #EBEEF5;
}
 
.h_stamp .cell {
    background-color: red;
    font-size: 10px;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
    height: 20px;
    line-height: 20px;
    width:fit-content;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    margin: 0 auto;
    
    max-width: 60px;
    min-width: 10px !important;
    box-sizing: border-box;
}
 
.h_pdf {
    /* color: red; */
}
 
.z_form {
 
}
 
.z_form .el-form-item__label, .z_form .el-form-item__content {
    line-height: 28px;
    padding: 0 !important;
}
 
.h_table {
    margin-top: 10px;
}
 
.from_popup_input input {
    border: 0px !important;
}
 
.z_table_pagination {
    text-align:right; padding: 16px 0px;
}
 
.v_footer {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    line-height: 80px;
    text-align: center;
}
 
.footer_button {
    padding: 8px 55px;
    font-weight: bold;
}