1.代码优化

v1.0.0
sws 2024-09-20 12:06:47 +08:00
parent d5622d16d4
commit 6bb537df66
3 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,6 @@
<script lang="ts" setup>
import { gradient_computer } from '@/utils';
import { isEmpty } from 'lodash';
import { active } from 'sortablejs';
const props = defineProps({
value: {
type: Object,

View File

@ -62,6 +62,7 @@ const defaultTabs: defaultTabs = {
more_icon_size: 14,
common_style: {
...defaultCommon,
color_list: [{ color: '#fff', color_percentage: undefined }],
padding: 10,
padding_top: 10,
padding_bottom: 10,

View File

@ -291,6 +291,7 @@ const diy_data_transfor_form_data = (clone_form: diy_data_item) => {
header: clone_form.header,
footer: clone_form.footer,
diy_data: clone_form.diy_data,
tabs_data: clone_form.tabs_data,
}),
};
};