样式调整

This commit is contained in:
joylink_cuiweidong 2019-10-29 18:55:10 +08:00
parent b9f4f15601
commit e8cacb4a84
3 changed files with 8 additions and 3 deletions

View File

@ -60,3 +60,5 @@
.el-radio{ .el-radio{
margin-right: 20px; margin-right: 20px;
} }
.el-tooltip__popper{max-width:40%;line-height:160%;}

View File

@ -222,6 +222,7 @@ export default {
.card-box { .card-box {
padding-top: 20px; padding-top: 20px;
height: 100%; height: 100%;
margin: 0 auto;
} }
.steps { .steps {

View File

@ -144,6 +144,8 @@ export default {
overflow-y: auto; overflow-y: auto;
.box{ .box{
height: 100%; height: 100%;
display: -webkit-box;
width: 100%;
} }
} }
</style> </style>