wizard vue steps updated, steps added to install
This commit is contained in:
12
public/css/element.css
vendored
12
public/css/element.css
vendored
@@ -10529,9 +10529,9 @@
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
font-size: 40px;
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
font-size: 35px;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
background: #3c3f72;
|
||||
@@ -10547,6 +10547,10 @@
|
||||
background: #6da252;
|
||||
}
|
||||
|
||||
.el-step__head.is-success .el-step__line {
|
||||
background-color: #3c3f72;
|
||||
}
|
||||
|
||||
.el-step__head.is-wait .el-step__icon-inner {
|
||||
color: #999999;
|
||||
}
|
||||
@@ -10670,7 +10674,7 @@
|
||||
|
||||
.el-step.is-horizontal .el-step__line {
|
||||
height: 5px;
|
||||
top: 40px;
|
||||
top: 35px;
|
||||
left: 0;
|
||||
right: 0
|
||||
}
|
||||
|
Reference in New Issue
Block a user