diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2dd4768..7fdd0b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,31 @@
### 🌟 新功能
+# 1.0.0 (2022-01-13)
+
+### 🌟 新功能
+
+| 范围 | 描述 | commitId |
+| ------- | ---------------------------- | ------------------------------------------------------------------------ |
+| - | 表单验证 | [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) |
+| - | 日历页首页 | [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) |
+| - | 时间轴接口 | [a95d005](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/a95d005) |
+| - | 时间轴页面 | [e926b75](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/e926b75) |
+| - | 时间轴展示 | [8b1b380](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/8b1b380) |
+| - | 使用 uview 完成 api 请求 | [1b3efd8](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/1b3efd8) |
+| - | 添加 timeline | [72dad2b](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/72dad2b) |
+| - | 项目操作面板 | [3beb05e](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/3beb05e) |
+| - | 项目列表 | [a52e6d5](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/a52e6d5) |
+| - | 账户名密码登录 | [ebf456e](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/ebf456e) |
+| - | app.vue | [970cf9a](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/970cf9a) |
+| - | first commit | [8dc26de](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/8dc26de) |
+| project | 日常任务面板添加 | [b3f16ff](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/b3f16ff) |
+| theme | theme demo | [9175758](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/9175758) |
+| - | vue3 | [12ed2ad](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/12ed2ad) |
+
| 范围 | 描述 | commitId |
| ------- | ------------------------ | ------------------------------------------------------------------------ |
| - | app.vue | [970cf9a](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/970cf9a) |
diff --git a/common/styles/tailwind.scss b/common/styles/tailwind.scss
index aff246f..e31149b 100644
--- a/common/styles/tailwind.scss
+++ b/common/styles/tailwind.scss
@@ -2198,7 +2198,10 @@
.-ml-px {
margin-left: -1px;
}
-
+
+.border-none{
+ border-style: none;
+}
.box-border {
box-sizing: border-box;
}
@@ -2215,7 +2218,12 @@
--tw-border-opacity: 1;
border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
-
+.border{
+ border-width: 1px;
+}
+.border-solid{
+ border-style: solid;
+}
.block {
display: block;
}
@@ -2696,7 +2704,12 @@
.overflow-hidden {
overflow: hidden;
}
-
+.visible{
+ visibility: visible;
+}
+.invisible{
+ visibility: hidden;
+}
.overflow-visible {
overflow: visible;
}
@@ -4335,10 +4348,22 @@
.h-3 {
height: 0.75rem;
}
+
+.h5{
+ height: 1.25rem;
+}
+
+.h-10{
+ height: 2.5rem;
+}
+
.h-full {
height: 100%;
}
+.leading-10{
+ line-height: 2.5rem;
+}
.bg-gray-50 {
--tw-bg-opacity: 1;
background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
@@ -4367,7 +4392,10 @@
}
.h-12 {
- height: 3rem;
+ height: 3.15rem;
+}
+.h-8{
+ height: 2.2rem;
}
.bg-white {
--tw-bg-opacity: 1;
@@ -4465,6 +4493,10 @@
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
+.rounded-md{
+border-radius: 0.375rem;
+}
+
.shadow-md {
--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
@@ -4494,3 +4526,35 @@
--tw-shadow: 0 0 #0000;
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
+
+.bg-red-500{
+ --tw-bg-opacity: 1;
+ background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
+}
+.bg-yellow-500{
+ --tw-bg-opacity: 1;
+ background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
+}
+.leading-12{
+ line-height: 3.15rem;
+}
+.rounded-w-12{
+ border-radius: 1.5rem;
+}
+.bg-opacity-100{
+ --tw-bg-opacity: 1;
+}
+.bg-grey{
+ background-color: rgba(0,0,0,0.5);
+}
+.rounded-md{
+ border-radius: 0.375rem;
+}
+.border-t{
+ border-top-width: 1px;
+}
+.border-gray-200{
+ --tw-border-opacity: 1;
+ border-color: rgba(229, 231, 235, var(--tw-border-opacity));
+}
+
diff --git a/common/styles/theme/default.scss b/common/styles/theme/default.scss
index 038cb4a..71a8c5d 100644
--- a/common/styles/theme/default.scss
+++ b/common/styles/theme/default.scss
@@ -1,10 +1,27 @@
// 默认主题文件
.theme-default {
- background-color: #007aff;
- // color: #fff;
+ background-color: #f3f3f3;
.u-card {
- font-size: 24px !important;
- color: #0f0;
+ font-size: 16px !important;
+ background-color: #f3f3f3 !important;
+ .deliverHead {
+ align-items: center;
+ }
+ .btns u-button {
+ margin: 0 !important;
+ }
+ .active {
+ background-color: #2979ff;
+ color: #ffffff;
+ }
+ .mask {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ z-index: 100;
+ }
}
.u-navbar {
background-color: #007aff !important;
@@ -13,7 +30,7 @@
color: #fff !important;
}
}
- button{
- border: none!important;
- }
+ button {
+ border: none !important;
+ }
}
diff --git a/components/Globals/Globals.vue b/components/Globals/Globals.vue
index 07c37c9..0175ffe 100644
--- a/components/Globals/Globals.vue
+++ b/components/Globals/Globals.vue
@@ -14,7 +14,7 @@
-
+
diff --git a/components/Reviewer/Reviewer.vue b/components/Reviewer/Reviewer.vue
new file mode 100644
index 0000000..9335696
--- /dev/null
+++ b/components/Reviewer/Reviewer.vue
@@ -0,0 +1,91 @@
+
+
+
+
+
+
+
diff --git a/pages.json b/pages.json
index feb8e1e..3a9aae2 100644
--- a/pages.json
+++ b/pages.json
@@ -29,7 +29,16 @@
"navigationBarTextStyle": "white"
}
}
- ],
+ ,{
+ "path" : "pages/submitList/submitList",
+ "style" :
+ {
+ "navigationStyle": "historty",
+ "navigationBarTitleText": "历史交付物"
+ }
+
+ }
+ ],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "TALL",
diff --git a/pages/submitlist/submitlist.vue b/pages/submitlist/submitlist.vue
new file mode 100644
index 0000000..da416ae
--- /dev/null
+++ b/pages/submitlist/submitlist.vue
@@ -0,0 +1,26 @@
+
+
+
+
+ 插件名 提交时间
+
+
+ 链接
+
+ 审核人
+
+
+
+
+
+
+
diff --git a/plugins/p-deliver/p-deliver.vue b/plugins/p-deliver/p-deliver.vue
index a005c2f..165f568 100644
--- a/plugins/p-deliver/p-deliver.vue
+++ b/plugins/p-deliver/p-deliver.vue
@@ -1,18 +1,196 @@
-
- p-deliver
+
+
+
+
+
+
+ {{ iptValue }}
+ 提交
+
+
+
+
+
+ {{ iptValue }}
+
+
+
+
+
+
+ 粘贴
+ 文件
+ 拍照
+
+
+
+
+
+
+
+
+
+ 交付物标题名称
+
+
+
+
+ 取消
+ 确定
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
diff --git a/plugins/p-task-title/p-task-title.vue b/plugins/p-task-title/p-task-title.vue
index 53f259f..ce64b2a 100644
--- a/plugins/p-task-title/p-task-title.vue
+++ b/plugins/p-task-title/p-task-title.vue
@@ -1,8 +1,9 @@
- {{ task.name }}
+ {{ task.name }}
+