删除多余的代码

v1.1.0
于肖磊 2024-11-05 09:30:13 +08:00
parent bbfe5829ed
commit 537fbf47a3
30 changed files with 11 additions and 158 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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>

View File

@ -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>

View File

@ -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;

View File

@ -19,9 +19,4 @@ const props = defineProps({
flex-direction: column;
}
}
.card.mb-8 {
.el-form-item:last-child {
margin-bottom: 0;
}
}
</style>

View File

@ -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;

View File

@ -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>

View File

@ -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;

View File

@ -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>

View File

@ -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;
}

View File

@ -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;

View File

@ -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;

View File

@ -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>

View File

@ -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>

View File

@ -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;

View File

@ -57,9 +57,4 @@ const radius_change = (radius: any) => {
flex-direction: column;
}
}
.card.mb-8 {
.el-form-item:last-child {
margin-bottom: 0;
}
}
</style>

View File

@ -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>

View File

@ -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;
}

View File

@ -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;

View File

@ -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>

View File

@ -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;

View File

@ -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;

View File

@ -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;
}

View File

@ -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;

View File

@ -253,3 +253,9 @@ p {
}
}
}
.el-form .card {
.el-form-item:last-child {
margin-bottom: 0;
}
}