123456789101112131415161718192021222324252627282930313233343536 |
- body {
- font-size: 14px;
- }
- .table>tbody>tr>td{
- vertical-align: middle;
- }
- .c-t-center {
- text-align: center;
- }
- .col-w80 {
- width: 80px;
- }
- .col-w100 {
- width: 80px;
- }
- .col-w120 {
- width: 120px;
- }
- .el-input--prefix .el-input__inner , .el-input__inner{
- border: 0;
- height: 20px;
- }
- .el-input__icon {
- line-height: 20px;
- }
- .el-date-editor.el-input, .el-date-editor.el-input__inner {
- width: 100%;
- }
- .el-textarea__inner {
- border: 0;
- }
|