alarm-management.scss 350 B

12345678910111213141516171819202122
  1. .alarm_box {
  2. .tool {
  3. display: flex;
  4. padding: 10px 5px 0 0;
  5. @import './select-dropdown.scss';
  6. .el-input {
  7. width: 220px;
  8. margin-left: 5px;
  9. }
  10. .text {
  11. line-height: 32px;
  12. padding-left: 8px;
  13. }
  14. }
  15. .icon_style {
  16. font-size: 20px;
  17. cursor: pointer;
  18. }
  19. /deep/ .el-table__expand-icon {
  20. display: none;
  21. }
  22. }