From 18bbe166584d9d484a17fe18a8c42fb8677fb280 Mon Sep 17 00:00:00 2001 From: ly525 Date: Wed, 1 Jan 2020 19:24:27 +0800 Subject: [PATCH] fix: #121 --- .../h5/src/components/core/editor/edit-panel/animation.js | 1 + front-end/h5/src/components/core/styles/index.scss | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/front-end/h5/src/components/core/editor/edit-panel/animation.js b/front-end/h5/src/components/core/editor/edit-panel/animation.js index eeddebc9..b2119582 100644 --- a/front-end/h5/src/components/core/editor/edit-panel/animation.js +++ b/front-end/h5/src/components/core/editor/edit-panel/animation.js @@ -85,6 +85,7 @@ export default { renderAvaiableAnimations () { return ( {}} style="width:100%;" diff --git a/front-end/h5/src/components/core/styles/index.scss b/front-end/h5/src/components/core/styles/index.scss index 60df880e..263e637a 100644 --- a/front-end/h5/src/components/core/styles/index.scss +++ b/front-end/h5/src/components/core/styles/index.scss @@ -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 {