Skip to content

Commit 18bbe16

Browse files
committed
fix: #121
1 parent bd620f1 commit 18bbe16

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

front-end/h5/src/components/core/editor/edit-panel/animation.js

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export default {
8585
renderAvaiableAnimations () {
8686
return (
8787
<a-tabs
88+
class="avaiable-animations-tabs"
8889
defaultActiveKey={firstLevelAnimationOptions[0].label}
8990
onChange={tab => {}}
9091
style="width:100%;"

front-end/h5/src/components/core/styles/index.scss

+5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@
5656
padding: 12px 0 !important;
5757
}
5858

59+
60+
.avaiable-animations-tabs .ant-tabs-nav .ant-tabs-tab {
61+
padding: 12px 16px !important;
62+
}
63+
5964
// 动画编辑面板定制
6065
#animation-edit-panel {
6166
.ant-collapse-header {

0 commit comments

Comments
 (0)