Browse Source

fix styles

smallwei 6 years ago
parent
commit
67b083c9c2
2 changed files with 9 additions and 6 deletions
  1. 8 5
      src/page/login/index.vue
  2. 1 1
      src/views/activiti/process.vue

+ 8 - 5
src/page/login/index.vue

@@ -16,7 +16,6 @@
       <div class="login-border animated fadeInRight">
         <div class="login-main">
           <h4 class="login-title">
-            登录 {{website.title}}
             <el-select
               class="login-select animated fadeIn"
               v-model="active"
@@ -111,7 +110,7 @@ export default {
   left: 0;
   width: 100%;
   height: 500px;
-  margin-top: -240px;
+  margin-top: -220px;
 }
 .login-container::before {
   z-index: -1024;
@@ -159,7 +158,6 @@ export default {
 }
 .login-title {
   display: flex;
-  flex-direction: column;
   justify-content: center;
   align-items: center;
   margin-bottom: 40px;
@@ -170,8 +168,13 @@ export default {
 }
 
 .login-select {
-  margin-top: 8px;
-  width: 180px !important;
+  input {
+    color: #333;
+    font-size: 18px;
+    font-weight: 400;
+    border: none;
+    text-align: center;
+  }
 }
 .login-menu {
   width: 100%;

+ 1 - 1
src/views/activiti/process.vue

@@ -56,7 +56,7 @@
       </avue-crud>
     </basic-container>
     <el-dialog title="流程图" :visible.sync="showPicDialog">
-      <img :src="actPicUrl" width="100%" style="margin-left:-60px;">
+      <img :src="actPicUrl" width="100%" style="margin-left:-60px">
     </el-dialog>
   </div>
 </template>