bill пре 1 година
родитељ
комит
1894664409
1 измењених фајлова са 7 додато и 7 уклоњено
  1. 7 7
      src/app/xmfire/view/login/index.vue

+ 7 - 7
src/app/xmfire/view/login/index.vue

@@ -280,13 +280,14 @@ const submitClick = async () => {
 </style>
 
 <style lang="scss">
-.panel {
+.system-layer .panel {
   background: rgba(255, 255, 255, 0.7);
   box-shadow: 0px 2px 20px 0px rgba(5, 38, 38, 0.15);
-  width: 600px;
-  padding: 30px 0 40px;
+  width: 380px;
+  padding: 40px 40px 30px;
   text-align: initial;
   text-align: center;
+  border-radius: 0;
 
   img {
     width: 100px;
@@ -298,8 +299,7 @@ const submitClick = async () => {
     margin-bottom: 2.14rem;
     font-weight: normal;
     padding-left: 60px;
-    padding-bottom: 20px;
-    border-bottom: 1px solid #e9e9e9;
+    border-bottom: 0;
     text-align: center;
   }
 
@@ -307,8 +307,8 @@ const submitClick = async () => {
     position: relative;
     padding-bottom: 2.14rem;
     margin: 0;
-    padding-left: 90px;
-    padding-right: 90px;
+    padding-left: 0;
+    padding-right: 0;
 
     &.remember {
       padding: 0;