浏览代码

修复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;

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