许可证流程进度字体大小改动

This commit is contained in:
shijing 2023-06-09 14:28:21 +08:00
parent b6fd672062
commit 748fa2479a
2 changed files with 5 additions and 5 deletions

View File

@ -381,11 +381,6 @@
.el-drawer__header {
margin-bottom: 0px;
}
.el-step__title {
font-size: 14px;
line-height: 20px;
}
.btnState{
font-size: 12px;
padding: 0 9px;

View File

@ -64,4 +64,9 @@ export default {
.el-step__title.is-process {
color: #409eff;
}
.el-step__main>.el-step__title {
font-size: 12px;
line-height: 20px!important;
}
</style>