Commit 67b083c9 authored by smallwei's avatar smallwei

fix styles

parent ec1fa7aa
......@@ -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%;
......
......@@ -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>
......
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