Commit 67b083c9 authored by smallwei's avatar smallwei

fix styles

parent ec1fa7aa
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
<div class="login-border animated fadeInRight"> <div class="login-border animated fadeInRight">
<div class="login-main"> <div class="login-main">
<h4 class="login-title"> <h4 class="login-title">
登录 {{website.title}}
<el-select <el-select
class="login-select animated fadeIn" class="login-select animated fadeIn"
v-model="active" v-model="active"
...@@ -111,7 +110,7 @@ export default { ...@@ -111,7 +110,7 @@ export default {
left: 0; left: 0;
width: 100%; width: 100%;
height: 500px; height: 500px;
margin-top: -240px; margin-top: -220px;
} }
.login-container::before { .login-container::before {
z-index: -1024; z-index: -1024;
...@@ -159,7 +158,6 @@ export default { ...@@ -159,7 +158,6 @@ export default {
} }
.login-title { .login-title {
display: flex; display: flex;
flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
margin-bottom: 40px; margin-bottom: 40px;
...@@ -170,8 +168,13 @@ export default { ...@@ -170,8 +168,13 @@ export default {
} }
.login-select { .login-select {
margin-top: 8px; input {
width: 180px !important; color: #333;
font-size: 18px;
font-weight: 400;
border: none;
text-align: center;
}
} }
.login-menu { .login-menu {
width: 100%; width: 100%;
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
</avue-crud> </avue-crud>
</basic-container> </basic-container>
<el-dialog title="流程图" :visible.sync="showPicDialog"> <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> </el-dialog>
</div> </div>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment