소스 검색

修复tab样式被覆盖的问题

valentichu 1 년 전
부모
커밋
6a4c5dbc80
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 0 0
      lib/index.js
  2. 2 0
      src/pages/Alarm/components/detail.module.less

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
lib/index.js


+ 2 - 0
src/pages/Alarm/components/detail.module.less

@@ -9,6 +9,8 @@
 .tagContainer {
   display: flex;
   align-items: center;
+  margin-top: 0px !important;
+  margin-bottom: 0px !important;
 }
 .header {
   align-items: center;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.