Browse Source

refactor: 原有功能提交别的分支

deliver
Min5203 4 years ago
parent
commit
eb02b72f96
  1. 1
      CHANGELOG.md
  2. 4
      pages/submitlist/submitlist.vue

1
CHANGELOG.md

@ -4,6 +4,7 @@
范围|描述|commitId 范围|描述|commitId
--|--|-- --|--|--
- | 表单验证 | [8f3bc1e](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/8f3bc1e) - | 表单验证 | [8f3bc1e](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/8f3bc1e)
- | 插件的填写与提交,修改与删除 | [d461252](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/d461252)
- | 更新代码 | [392c8cc](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/392c8cc) - | 更新代码 | [392c8cc](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/392c8cc)
- | 日历页首页 | [561c8e6](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/561c8e6) - | 日历页首页 | [561c8e6](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/561c8e6)
- | 日历页添加 | [1b46a91](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/1b46a91) - | 日历页添加 | [1b46a91](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/1b46a91)

4
pages/submitlist/submitlist.vue

@ -1,13 +1,13 @@
<template> <template>
<theme class="h-full w-full pt-1"> <theme class="h-full w-full pt-1">
<view class="bg-white m-5 rounded-md p-3"> <view class="bg-white mx-5 my-2 rounded-md p-3">
<view class="flex justify-between text-gray-400 mb-2"> <view class="flex justify-between text-gray-400 mb-2">
<view>插件名</view> <view>提交时间</view> <view>插件名</view> <view>提交时间</view>
</view> </view>
<view class="text-blue-400 mb-2"> <view class="text-blue-400 mb-2">
链接 链接
</view> </view>
<view class="mb-2">审核人</view> <view class="mb-2 text-gray-400">审核人</view>
</view> </view>
</theme> </theme>
</template> </template>

Loading…
Cancel
Save