样式调整
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%;}
|
||||||
|
@ -221,7 +221,8 @@ export default {
|
|||||||
|
|
||||||
.card-box {
|
.card-box {
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.steps {
|
.steps {
|
||||||
|
@ -140,10 +140,12 @@ export default {
|
|||||||
@import "src/styles/mixin.scss";
|
@import "src/styles/mixin.scss";
|
||||||
.mainContext{
|
.mainContext{
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
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