diff --git a/CHANGELOG.md b/CHANGELOG.md index 73aa586..c6e6d54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.0.0 (2022-01-17) +# 1.0.0 (2022-01-18) ### 🌟 新功能 范围|描述|commitId @@ -74,6 +74,7 @@ 范围|描述|commitId --|--|-- - | 交付物插件代码审查 | [5f4d47b](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/5f4d47b) + - | 审核插件的基本信息展示 | [4f2815f](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/4f2815f) - | 完善历史记录页面和修改插件的TODO | [3d58c15](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/3d58c15) - | 项目列表 | [0486e98](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/0486e98) - | 修改插件名的输入框和查看历史记录 | [99fb88e](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/99fb88e) diff --git a/common/styles/tailwind.scss b/common/styles/tailwind.scss index fea7e9a..8ffeeab 100644 --- a/common/styles/tailwind.scss +++ b/common/styles/tailwind.scss @@ -2213,7 +2213,13 @@ .border-l-2 { border-left-width: 2px; } - +.border-b{ + border-bottom-width: 1px; +} +.border-gray-400{ + --tw-border-opacity: 1; + border-color: rgba(156, 163, 175, var(--tw-border-opacity)); +} .border-gray-300 { --tw-border-opacity: 1; border-color: rgba(209, 213, 219, var(--tw-border-opacity)); @@ -4563,7 +4569,20 @@ border-radius: 0.375rem; .w-32{ width: 8rem } +.w-58{ + width: 14.5rem; +} +.h-16{ + height: 4rem; +} .break-all{ word-break: break-all; } +.h-1-4{ + height: 1.4rem; +} +.leading-1-4{ + line-height: 1.4rem; +} + diff --git a/common/styles/theme/default.scss b/common/styles/theme/default.scss index cbdf29e..61807d2 100644 --- a/common/styles/theme/default.scss +++ b/common/styles/theme/default.scss @@ -30,18 +30,13 @@ display: flex; align-items: center; justify-content: center; - height: 50%; + height: 100%; } .rect { width: 80%; height: 375rpx; background-color: #fff; } - .rect2{ - width: 80%; - height: 500rpx; - background-color: #fff; - } .linkBox{ ::v-deep .input{ .u-input__input{ @@ -49,4 +44,22 @@ } } } + // 审核插件 + .common-list{ + height: 12.5rem; + overflow-y: scroll; + view{ + border-bottom: 1px solid #E5E7EB; + } + } + .rect2{ + width: 80%; + height: 1000rpx; + background-color: #fff; + } + .rect3{ + width: 80%; + height: 895rpx; + background-color: #fff; + } } diff --git a/plugins/p-deliver-checker/p-deliver-checker.vue b/plugins/p-deliver-checker/p-deliver-checker.vue index d60a70d..6a92759 100644 --- a/plugins/p-deliver-checker/p-deliver-checker.vue +++ b/plugins/p-deliver-checker/p-deliver-checker.vue @@ -22,8 +22,8 @@ 冯教授 - 通过 - 驳回 + 通过 + 驳回 @@ -65,11 +65,52 @@ - + + + + + {{item}} + + - 取消 - 确定 + 取消 + 确定 + + + + + + + + + + + 审核驳回 + + + + + + {{item}} + + + + + 取消 + 确定 @@ -80,29 +121,44 @@