张延森 3 years ago
parent
commit
c6ae71b8bf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/components/ScreenBox/SquareBox/style.less

+ 1
- 1
src/components/ScreenBox/SquareBox/style.less View File

1
 .SquareBox-box {
1
 .SquareBox-box {
2
   position: relative;
2
   position: relative;
3
   display: inline-block;
3
   display: inline-block;
4
-  padding: 20px;
5
 }
4
 }
6
 .SquareBox-body {
5
 .SquareBox-body {
6
+  padding: 20px;
7
   color: #fff;
7
   color: #fff;
8
   border: 2px solid rgba(61, 129, 240, 0.5);
8
   border: 2px solid rgba(61, 129, 240, 0.5);
9
 }
9
 }