소스 검색

移除网页主表格padding

Shinohara Haruna 6 달 전
부모
커밋
80ea04f494
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      smsb-plus-ui/src/assets/styles/index.scss

+ 1 - 0
smsb-plus-ui/src/assets/styles/index.scss

@@ -51,6 +51,7 @@ html, body, #app {
   display: flex;
   flex-direction: column;
   min-height: 0;
+  padding: 0 !important;
 }
 
 .table-content {