|
@@ -146,11 +146,15 @@ export default {
|
|
<style lang="less" scoped>
|
|
<style lang="less" scoped>
|
|
.loginMains {
|
|
.loginMains {
|
|
min-height: 800px;
|
|
min-height: 800px;
|
|
- padding: 40px 0;
|
|
+ padding: 10px 0;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
.top {
|
|
.top {
|
|
width: 100%;
|
|
width: 100%;
|
|
|
|
+ padding: 20px;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ box-shadow: 0 0 10px #2d64b3;
|
|
|
|
+ background: #ffffff;
|
|
}
|
|
}
|
|
.info {
|
|
.info {
|
|
width: 25%;
|
|
width: 25%;
|
|
@@ -159,7 +163,6 @@ export default {
|
|
.context {
|
|
.context {
|
|
width: 50%;
|
|
width: 50%;
|
|
}
|
|
}
|
|
-
|
|
|
|
/deep/.el-tabs__header {
|
|
/deep/.el-tabs__header {
|
|
margin: 0;
|
|
margin: 0;
|
|
}
|
|
}
|