样式调整
This commit is contained in:
parent
b9f4f15601
commit
e8cacb4a84
@ -60,3 +60,5 @@
|
|||||||
.el-radio{
|
.el-radio{
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-tooltip__popper{max-width:40%;line-height:160%;}
|
||||||
|
@ -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 {
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user