Ver código fonte

:bug: wbw边距不足

visuddhinanda 3 anos atrás
pai
commit
865d590e5e
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      dashboard/src/components/template/Wbw/wbw.css

+ 2 - 2
dashboard/src/components/template/Wbw/wbw.css

@@ -45,10 +45,10 @@
 .wbw_note {
 .wbw_note {
   color: #177ddc;
   color: #177ddc;
 }
 }
-.block .wbw_note {
+.block_wbw .wbw_note {
   font-weight: 500;
   font-weight: 500;
 }
 }
-.block .wbw_body {
+.block_wbw .wbw_body {
   padding-right: 0.5em;
   padding-right: 0.5em;
   padding-top: 0.2em;
   padding-top: 0.2em;
 }
 }