plm前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
856 B

2 years ago
  1. /* el-form-item 对话框标题 start*/
  2. .el-dialog__title{
  3. font-size: 14px;
  4. font-weight: bold;
  5. }
  6. /* el-form-item 对话框标题 end*/
  7. /* el-form-item 控件标题 start*/
  8. .el-form-item__label{
  9. font-size: 12px;
  10. }
  11. .pad .el-form-item__label {
  12. font-size: 18px;
  13. }
  14. .pad .el-input__inner{
  15. font-size: 18px;
  16. }
  17. .pad .el-input--medium .el-input__inner {
  18. height: 35px;
  19. line-height: 21px;
  20. }
  21. .pad .el-button--medium {
  22. font-size: 18px;
  23. }
  24. .pad .el-table .cell {
  25. line-height: 25px;
  26. font-size: 18px;
  27. height: 25px;
  28. }
  29. .pad .el-select-dropdown__item{
  30. font-size: 18px;
  31. }
  32. //.el-table .cell, .el-table th div, .el-table--border td:first-child .cell, .el-table--border th:first-child .cell {
  33. // padding-left: 0px;
  34. //}
  35. .rq .el-table .cell {
  36. line-height: 20px;
  37. font-size: 12px;
  38. height: 20px;
  39. }
  40. .sl-svg {
  41. overflow: hidden;
  42. float: right;
  43. }