소스 검색

修复详情面版header样式被覆盖的问题

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

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


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

@@ -9,12 +9,13 @@
 .tagContainer {
   display: flex;
   align-items: center;
-  margin-top: 0px !important;
-  margin-bottom: 0px !important;
+  
 }
 .header {
   align-items: center;
   display: flex;
+  margin-top: 0px !important;
+  margin-bottom: 0px !important;
 }
 .tags {
   overflow: auto;

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