equipment.scss 562 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .equipment_box {
  2. padding: 10px;
  3. @import './select-dropdown.scss';
  4. .tool {
  5. display: flex;
  6. margin-bottom: 8px;
  7. }
  8. .label_text {
  9. margin-top: 10px;
  10. float: left;
  11. }
  12. .mark {
  13. color: red;
  14. }
  15. .add_dialog {
  16. display: flex;
  17. .left,
  18. .right {
  19. flex: 1;
  20. margin-left: 10px;
  21. }
  22. }
  23. .install_equ {
  24. margin-top: 8px;
  25. .el-checkbox {
  26. margin-right: 10px;
  27. /deep/ .el-checkbox__label {
  28. color: #c0c4cc;
  29. }
  30. }
  31. }
  32. .upload_bin {
  33. /deep/ .el-icon-close {
  34. color: $color;
  35. display: inline-block;
  36. }
  37. }
  38. }