1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
| .l-mes-table th {
| color:#666;
| }
| .l-mes-table td {
| padding: 1px 0 0 0;
| }
| .l-mes-table .cell{
| padding: 0 0;
| }
| .l-mes-table .el-input .el-input__inner {
| background: #ccc !important;
| border-top: none;
| border-left: none;
| border-right: none;
| border-bottom: none;
| padding: 0;
| border-radius: 0;
| height: 24px;
| line-height: 24px;
| }
| .l-mes-table .el-button {
| padding: 0px;
| }
|
|