浏览代码

修复详情面版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;

部分文件因为文件数量过多而无法显示