Skip to content

Commit

Permalink
fix some style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gene9831 committed Oct 25, 2024
1 parent 891e0c4 commit 44989e1
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/plugins/page/src/PageFolderSetting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,25 @@ export default {
<style lang="less" scoped>
.pageFolder-plugin-setting {
:deep(.plugin-setting-header) {
border: 0;
.close-plugin-setting-icon {
margin-left: 8px;
}
.button-group {
column-gap: 2px;
.tiny-button {
width: 40px;
padding: 0;
min-width: 40px;
}
}
}
:deep(.plugin-setting-content) {
padding: 0 0 16px 0;
}
:deep(.tiny-collapse) {
border-bottom: 0;
}
}
</style>
4 changes: 4 additions & 0 deletions packages/plugins/page/src/PageSetting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,10 @@ export default {
:deep(.plugin-setting-content) {
padding: 0 0 16px 0;
}
:deep(.tiny-collapse) {
border-bottom: 0;
}
}
.life-cycles-container {
Expand Down
3 changes: 3 additions & 0 deletions packages/plugins/page/src/PageTree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,9 @@ export default {
& > .svg-icon {
margin-right: 4px;
}
.svg-icon {
color: var(--te-common-icon-secondary);
}
& .label {
font-size: 12px;
flex: 1;
Expand Down

0 comments on commit 44989e1

Please sign in to comment.