diff --git a/src/views/projectcenter/ProjectAdd.vue b/src/views/projectcenter/ProjectAdd.vue
index c83ddd74..9032fd8a 100644
--- a/src/views/projectcenter/ProjectAdd.vue
+++ b/src/views/projectcenter/ProjectAdd.vue
@@ -19,7 +19,8 @@
项目名称
@@ -395,12 +398,25 @@ export default {
flex: 1;
// .ant-radio-wrapper {
// }
+ .ant-input-textarea-show-count {
+ position: relative;
+ height: 88px;
+ }
+ .ant-input-textarea-show-count::after {
+ position: absolute;
+ right: 10px;
+ bottom: 0px;
+ }
.ant-input {
- border-radius: 5px;
+ border-radius: 8px;
// height: 120%;
width: 100%;
height: 40px;
}
+ .ant-input-affix-wrapper {
+ padding: 0 11px;
+ border-radius: 8px;
+ }
.ant-select-selector {
border-radius: 5px;
// height: 120%;
@@ -435,6 +451,11 @@ export default {
.name2 {
display: flex;
align-items: flex-start;
+ .ant-input-textarea {
+ .ant-input {
+ height: 88px;
+ }
+ }
}
}
.template {
diff --git a/src/views/projectcenter/ProjectManage.vue b/src/views/projectcenter/ProjectManage.vue
index bffcaf1a..e32aefe4 100644
--- a/src/views/projectcenter/ProjectManage.vue
+++ b/src/views/projectcenter/ProjectManage.vue
@@ -142,11 +142,6 @@
display: flex;
align-items: center;
justify-content: space-between;
- background: linear-gradient(
- 0deg,
- rgba(78, 166, 255, 0) 0%,
- rgba(78, 166, 255, 0.2) 100%
- );
"
>