fix(style): adjust style detail (#67)

This commit is contained in:
chilingling 2023-11-08 22:41:41 -08:00 committed by GitHub
parent 4b0cfe6267
commit 4876571ed0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 3 deletions

View File

@ -538,7 +538,7 @@ export default {
<style lang="less" scoped>
.icon {
margin-left: 6px;
margin-left: 8px;
}
.meta-bind-variable-dialog-box {

View File

@ -68,7 +68,7 @@ export default {
}
}
.tiny-tabs__header {
padding-bottom: 20px;
padding-bottom: 12px;
}
.tiny-tabs__content {
flex: 1;

View File

@ -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 {

View File

@ -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 {