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