hookehuyr

fix

...@@ -2690,4 +2690,7 @@ body { ...@@ -2690,4 +2690,7 @@ body {
2690 -webkit-animation: none !important; 2690 -webkit-animation: none !important;
2691 animation: none !important; 2691 animation: none !important;
2692 } 2692 }
2693 +.el-drawer__header {
2694 + margin-bottom: 0!important;
2695 +}
2693 </style> 2696 </style>
......