Skip to content

Commit

Permalink
fix: #121
Browse files Browse the repository at this point in the history
  • Loading branch information
ly525 committed Jan 1, 2020
1 parent bd620f1 commit 18bbe16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export default {
renderAvaiableAnimations () {
return (
<a-tabs
class="avaiable-animations-tabs"
defaultActiveKey={firstLevelAnimationOptions[0].label}
onChange={tab => {}}
style="width:100%;"
Expand Down
5 changes: 5 additions & 0 deletions front-end/h5/src/components/core/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
padding: 12px 0 !important;
}


.avaiable-animations-tabs .ant-tabs-nav .ant-tabs-tab {
padding: 12px 16px !important;
}

// 动画编辑面板定制
#animation-edit-panel {
.ant-collapse-header {
Expand Down

0 comments on commit 18bbe16

Please sign in to comment.