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