zouyu
2023-11-17 d8ac6057eaad648687699e25a575f3b7b8c1b102
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
.l-mes .el-form-item--small.el-form-item {
  margin-bottom: 6px;
}
 
.l-mes .el-input .el-input__inner {
  background: transparent !important;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0;
  border-radius: 0;
}
 
.l-mes .el-input__prefix {
  left: 0;
}
 
.l-mes .el-input--prefix .el-input__inner {
  padding-left: 25px;
}
.l-mes .el-input__suffix {
  right: 0;
}
 
.l-mes .el-input.is-disabled .el-input__inner {
  color: #404244;
  padding: 0;
}
 
.l-mes .el-input.is-disabled .el-input__prefix,
.l-mes .el-input.is-disabled .el-input__suffix {
  display: none;
}
 
.l-mes .el-form-item--small .el-input-group__append,
.l-mes .el-form-item--small .el-input-group__prepend {
  padding: 0;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  background-color: transparent;
}
 
.l-mes .el-form-item--small:focus-within .el-input-group__append {
  border-bottom-color: rgb(0, 110, 255);
}
.l-mes .el-form-item--small.is-error .el-input-group__append,
.l-mes .el-form-item--small.is-error:focus-within .el-input-group__append {
  border-bottom-color: #f56c6c;
}
 
.l-mes .el-form-item--small .el-input-group__append .el-button,
.l-mes .el-form-item--small .el-input-group__prepend .el-button {
  padding: 0;
  width: 25px;
  border: none !important;
  line-height: 28px;
  color: #c0c4cc;
  margin: -1px 0;
}
 
.l-mes .el-form-item--small .el-input-group__append .el-button i,
.l-mes .el-form-item--small .el-input-group__prepend .el-button i {
  vertical-align: middle;
}
 
.l-mes .el-textarea .el-textarea__inner {
  padding: 5px 5px;
  background: transparent !important;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  overflow-y: hidden;
}
 
.l-mes .el-textarea .el-textarea__inner:hover {
  overflow-y: visible;
}
 
.l-mes .el-table .el-table__body-wrapper .el-table__row .cell {
  /*form、table嵌套时,设置td内第一层div*/
  overflow: visible;
}