Shannon_mu 2 years ago
parent
commit
f014ce84c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      accessControlSystem/src/assets/css/main.scss

+ 1 - 1
accessControlSystem/src/assets/css/main.scss

@@ -664,7 +664,7 @@ div.box-40 {
 }
 .content {
     .content-right {
-        width: calc(100% - 280px);
+        width: calc(100% - #{rem(280)});
         float: right;
     }
 }