We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd620f1 commit 18bbe16Copy full SHA for 18bbe16
front-end/h5/src/components/core/editor/edit-panel/animation.js
@@ -85,6 +85,7 @@ export default {
85
renderAvaiableAnimations () {
86
return (
87
<a-tabs
88
+ class="avaiable-animations-tabs"
89
defaultActiveKey={firstLevelAnimationOptions[0].label}
90
onChange={tab => {}}
91
style="width:100%;"
front-end/h5/src/components/core/styles/index.scss
@@ -56,6 +56,11 @@
56
padding: 12px 0 !important;
57
}
58
59
+
60
+.avaiable-animations-tabs .ant-tabs-nav .ant-tabs-tab {
61
+ padding: 12px 16px !important;
62
+}
63
64
// 动画编辑面板定制
65
#animation-edit-panel {
66
.ant-collapse-header {
0 commit comments