Skip to content

Commit

Permalink
fix(style): adjust style detail (opentiny#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
chilingling authored Nov 9, 2023
1 parent 4b0cfe6 commit 4876571
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/common/component/MetaBindVariable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ export default {
<style lang="less" scoped>
.icon {
margin-left: 6px;
margin-left: 8px;
}
.meta-bind-variable-dialog-box {
Expand Down
2 changes: 1 addition & 1 deletion packages/design-core/src/DesignSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default {
}
}
.tiny-tabs__header {
padding-bottom: 20px;
padding-bottom: 12px;
}
.tiny-tabs__content {
flex: 1;
Expand Down
2 changes: 1 addition & 1 deletion packages/settings/styles/src/Main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default {
.style-editor {
display: flex;
justify-content: space-around;
padding: 0 16px 20px;
padding: 8px 16px 12px;
column-gap: 8px;
:deep(.editor-wrap) {
.tiny-button {
Expand Down
3 changes: 3 additions & 0 deletions packages/theme/common/global.less
Original file line number Diff line number Diff line change
Expand Up @@ -1821,6 +1821,9 @@ button {
color: var(--ti-lowcode-collapse-item-header-color);
background: var(--ti-lowcode-collapse-item-header-bg-color);
position: relative;
min-height: 32px;
padding-top: 5px;
padding-bottom: 5px;

&:hover,
&.is-active {
Expand Down

0 comments on commit 4876571

Please sign in to comment.