refactor(OrderStatusInfo): remove unused files and clean up component styles
Delete the unused SCSS styles file, prompt.md documentation, and component image asset. Simplify the inline class bindings in index.vue by removing the external style import and using tailwind utilities instead.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB |
@@ -1,7 +1,5 @@
|
||||
<template>
|
||||
<div
|
||||
class="border-box font-size-24 color-171717 line-height-32 font-500 pt-12 pb-12"
|
||||
>
|
||||
<div class="text-[24px] text-[#171717] leading-[32px] font-medium pt-[12px] pb-[12px]">
|
||||
{{ currentStatusspan }}
|
||||
</div>
|
||||
</template>
|
||||
@@ -42,7 +40,3 @@ const currentStatusspan = computed(() => {
|
||||
);
|
||||
});
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import "./styles/index.scss";
|
||||
</style>
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
## 订单状态组件
|
||||
|
||||
组件名称:订单状态组件
|
||||
|
||||
## 提示词:
|
||||
|
||||
使用 uniapp + vue3 组合式 api 开发微信小程序,要求如下:
|
||||
1、按照提供的图片,高度还原交互设计
|
||||
2、要求布局样式结构简洁明了,class 命名请按照模块名称来命名,例如:.order-status
|
||||
3、可以使用 uniapp 内置的组件
|
||||
|
||||
## 备注
|
||||
|
||||
仅供学习、交流使用,请勿用于商业用途。
|
||||
Reference in New Issue
Block a user