fangshi-detail.css 439 B

123456789101112131415161718192021222324252627282930313233343536
  1. body {
  2. font-size: 14px;
  3. }
  4. .table>tbody>tr>td{
  5. vertical-align: middle;
  6. }
  7. .c-t-center {
  8. text-align: center;
  9. }
  10. .col-w80 {
  11. width: 80px;
  12. }
  13. .col-w100 {
  14. width: 80px;
  15. }
  16. .col-w120 {
  17. width: 120px;
  18. }
  19. .el-input--prefix .el-input__inner , .el-input__inner{
  20. border: 0;
  21. height: 20px;
  22. }
  23. .el-input__icon {
  24. line-height: 20px;
  25. }
  26. .el-date-editor.el-input, .el-date-editor.el-input__inner {
  27. width: 100%;
  28. }
  29. .el-textarea__inner {
  30. border: 0;
  31. }