style(视图): 样式调整

This commit is contained in:
junjun 2022-09-20 15:59:15 +08:00
parent e9e9d27456
commit 558d328c52
2 changed files with 8 additions and 8 deletions

View File

@ -607,14 +607,6 @@ div:focus {
padding-bottom: 0 !important;
}
// .el-collapse-item__header {
// height: 34px !important;
// line-height: 34px !important;
// padding: 0 0 0 6px !important;
// font-size: 12px !important;
// font-weight: 400 !important;
// }
.blackTheme .el-submenu__title {
color: var(--TextPrimary);
}

View File

@ -3247,4 +3247,12 @@ span {
padding-left: 0!important;
}
.view-panel-row ::v-deep .el-collapse-item__header{
height: 34px !important;
line-height: 34px !important;
padding: 0 0 0 6px !important;
font-size: 12px !important;
font-weight: 400 !important;
}
</style>