删除多余的代码
parent
bbfe5829ed
commit
537fbf47a3
|
|
@ -141,11 +141,6 @@ watch(
|
|||
);
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.border-style-item {
|
||||
width: 3rem;
|
||||
height: 2rem;
|
||||
|
|
|
|||
|
|
@ -119,11 +119,6 @@ watch(
|
|||
);
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.border-style-item {
|
||||
width: 3rem;
|
||||
height: 2rem;
|
||||
|
|
|
|||
|
|
@ -81,11 +81,6 @@ watch(diy_data, (val) => {
|
|||
}, {immediate: true, deep: true});
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.border-style-item {
|
||||
width: 3rem;
|
||||
height: 2rem;
|
||||
|
|
|
|||
|
|
@ -110,12 +110,6 @@ watch(
|
|||
);
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.border-style-item {
|
||||
width: 3rem;
|
||||
height: 2rem;
|
||||
|
|
|
|||
|
|
@ -168,11 +168,6 @@ watch(
|
|||
);
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.border-style-item {
|
||||
width: 3rem;
|
||||
height: 2rem;
|
||||
|
|
|
|||
|
|
@ -78,11 +78,6 @@ const change_shop_type = () => {
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.card, .card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.shopping_button {
|
||||
height: 2.7rem;
|
||||
line-height: 2.7rem;
|
||||
|
|
|
|||
|
|
@ -122,10 +122,4 @@ const common_styles_update = (val: Object) => {
|
|||
form.value.common_style = val;
|
||||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<style lang="scss" scoped></style>
|
||||
|
|
|
|||
|
|
@ -25,10 +25,4 @@ defineExpose({
|
|||
});
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<style lang="scss" scoped></style>
|
||||
|
|
|
|||
|
|
@ -205,11 +205,6 @@ const replace_data = () => {
|
|||
//#endregion
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.settings {
|
||||
width: 46rem;
|
||||
overflow: auto;
|
||||
|
|
|
|||
|
|
@ -19,9 +19,4 @@ const props = defineProps({
|
|||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -149,11 +149,6 @@ const url_value_dialog_call_back = (item: any[]) => {
|
|||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.card-background {
|
||||
background: #fff;
|
||||
padding-left: 1.6rem;
|
||||
|
|
|
|||
|
|
@ -196,10 +196,4 @@ watchEffect(() => {
|
|||
tabs_content.value = props.content;
|
||||
});
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<style lang="scss" scoped></style>
|
||||
|
|
|
|||
|
|
@ -288,11 +288,6 @@ const data_title = (item: any) => {
|
|||
const is_show_title = computed(() => !(form.value.style_actived == 7 && ![0, 1].includes(selected_active.value)));
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.flex-item {
|
||||
width: 4.7rem;
|
||||
height: 4.7rem;
|
||||
|
|
|
|||
|
|
@ -52,9 +52,4 @@ const data_radius_change = (radius: any) => {
|
|||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -33,11 +33,6 @@ const state = reactive({
|
|||
const { form } = toRefs(state);
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.tips {
|
||||
color: $cr-info-dark;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -40,11 +40,6 @@ const state = reactive({
|
|||
const { form } = toRefs(state);
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.topic {
|
||||
:deep(.el-form-item__content) {
|
||||
align-items: flex-start;
|
||||
|
|
|
|||
|
|
@ -235,12 +235,6 @@ const change_shop_type = () => {
|
|||
}
|
||||
}
|
||||
}
|
||||
.card,
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.img {
|
||||
width: 4rem;
|
||||
height: 4rem;
|
||||
|
|
|
|||
|
|
@ -149,9 +149,4 @@ const common_style_update = (value: any) => {
|
|||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -172,9 +172,4 @@ const tabs_checked_event = (arry: string[], type: number) => {
|
|||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -172,11 +172,6 @@ const selected_click = (index: number) => {
|
|||
}
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.flex-item {
|
||||
width: 4.7rem;
|
||||
height: 4.7rem;
|
||||
|
|
|
|||
|
|
@ -57,9 +57,4 @@ const radius_change = (radius: any) => {
|
|||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -114,10 +114,4 @@ const display_style_show = computed(() => {
|
|||
}
|
||||
});
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<style lang="scss" scoped></style>
|
||||
|
|
|
|||
|
|
@ -109,11 +109,6 @@ const on_sort = (new_list: nav_group[]) => {
|
|||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
:deep(.size-12.cr-9.mt-10) {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -111,11 +111,6 @@ const mult_color_picker_event = (arry: color_list[], type: number) => {
|
|||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.topic {
|
||||
:deep(.el-form-item__content) {
|
||||
align-items: flex-start;
|
||||
|
|
|
|||
|
|
@ -186,11 +186,4 @@ const themeChange = (val: string) => {
|
|||
emit('update:change-theme', val);
|
||||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.card,
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<style lang="scss" scoped></style>
|
||||
|
|
|
|||
|
|
@ -209,11 +209,6 @@ const progress_color_picker_event = (arry: color_list[], type: number) => {
|
|||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.topic {
|
||||
:deep(.el-form-item__content) {
|
||||
align-items: flex-start;
|
||||
|
|
|
|||
|
|
@ -103,11 +103,6 @@ const tabs_theme_change = (val: string | number | boolean | undefined): void =>
|
|||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.cursor-move {
|
||||
color: #ddd;
|
||||
cursor: move;
|
||||
|
|
|
|||
|
|
@ -93,11 +93,6 @@ const on_sort = (new_list: nav_group[]) => {
|
|||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
:deep(.size-12.cr-9.mt-10) {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -100,11 +100,6 @@ const common_styles_update = (val: Object) => {
|
|||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.card.mb-8 {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.topic {
|
||||
:deep(.el-form-item__content) {
|
||||
align-items: flex-start;
|
||||
|
|
|
|||
|
|
@ -253,3 +253,9 @@ p {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.el-form .card {
|
||||
.el-form-item:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue