许可证流程进度字体大小改动
This commit is contained in:
parent
b6fd672062
commit
748fa2479a
|
@ -381,11 +381,6 @@
|
||||||
.el-drawer__header {
|
.el-drawer__header {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
.el-step__title {
|
|
||||||
font-size: 14px;
|
|
||||||
line-height: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btnState{
|
.btnState{
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding: 0 9px;
|
padding: 0 9px;
|
||||||
|
|
|
@ -64,4 +64,9 @@ export default {
|
||||||
.el-step__title.is-process {
|
.el-step__title.is-process {
|
||||||
color: #409eff;
|
color: #409eff;
|
||||||
}
|
}
|
||||||
|
.el-step__main>.el-step__title {
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 20px!important;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue