refactor(component): replace scoped scss with inline tailwind css
delete unused module title image asset remove scoped style blocks from all vue single-file components delete all deprecated scss style directories and files replace legacy class names with inline tailwind utility classes across affected components preserve original ui appearance and functionality
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="container">
|
||||
<div class="mt-[6px]">
|
||||
<ModuleTitle title="相关商品" />
|
||||
|
||||
<SwipeCards :cardsData="commodityList" />
|
||||
@@ -18,7 +18,3 @@ const props = defineProps({
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import "./styles/index.scss";
|
||||
</style>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
.container {
|
||||
margin: 6px 0 0;
|
||||
}
|
||||
Reference in New Issue
Block a user