Browse Source

修复tab样式被覆盖的问题

valentichu 1 year ago
parent
commit
6a4c5dbc80
2 changed files with 2 additions and 0 deletions
  1. 0 0
      lib/index.js
  2. 2 0
      src/pages/Alarm/components/detail.module.less

File diff suppressed because it is too large
+ 0 - 0
lib/index.js


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

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

Some files were not shown because too many files changed in this diff