feat:【antd/ele】【mp】图文草稿箱的 review

This commit is contained in:
YunaiV
2025-11-23 20:52:13 +08:00
parent 97e337ef16
commit 5622b810e4
13 changed files with 79 additions and 87 deletions

View File

@@ -70,8 +70,3 @@ onMounted(handleQuery);
/>
</ElSelect>
</template>
<style lang="scss" scoped>
:deep(.el-select__wrapper) {
width: 240px !important;
}
</style>

View File

@@ -1,5 +1,5 @@
<!--
微信消息 - 定位TODO @Dhb52 目前未启用@hw看看目前是不是没用起来哈
微信消息 - 定位TODO @Dhb52 目前未启用@dylan看看目前是不是没用起来哈
-->
<script lang="ts" setup>
import type { WxLocationProps } from './types';

View File

@@ -1,10 +1,3 @@
<!--
- Copyright (C) 2018-2019
- All rights reserved, Designed By www.joolun.com
微信消息 - 图文
芋道源码
代码优化补充注释提升阅读性
-->
<script lang="ts" setup>
import { ElImage } from 'element-plus';
@@ -29,6 +22,7 @@ defineExpose({
<div class="news-home">
<div v-for="(article, index) in articles" :key="index" class="news-div">
<!-- 头条 -->
<!-- TODO @hw第一篇文章头条图片是铺满不过要限制高度第二篇文章开始次条图片是在右侧也是需要限制宽高 -->
<a v-if="index === 0" :href="article.url" target="_blank">
<div class="news-main">
<div class="news-content flex items-center justify-center">