样式调整

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{
margin-right: 20px;
}
.el-tooltip__popper{max-width:40%;line-height:160%;}

View File

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

View File

@ -140,10 +140,12 @@ export default {
@import "src/styles/mixin.scss";
.mainContext{
display: -webkit-box;
height: 100%;
height: 100%;
overflow-y: auto;
.box{
height: 100%;
height: 100%;
display: -webkit-box;
width: 100%;
}
}
</style>