Merge pull request #3121 from dataease/pr@dev@style_css_change

style(视图): 样式调整
This commit is contained in:
xuwei-fit2cloud 2022-09-20 16:01:32 +08:00 committed by GitHub
commit a03e119d00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>