feat:修改创建项目,调研管理

This commit is contained in:
岳佳鑫
2022-10-25 15:56:45 +08:00
parent c097fcb26c
commit 949892dc9f
4 changed files with 55 additions and 30 deletions

View File

@@ -19,7 +19,8 @@
<div class="inname">项目名称</div>
</div>
<div class="in">
<a-input v-model:value="valueE" placeholder="请输入项目名称" />
<a-input v-model:value="valueE" placeholder="请输入项目名称" show-count
:maxlength="30"/>
</div>
</div>
<div class="name">
@@ -75,6 +76,7 @@
<div class="in">
<a-range-picker
separator="至"
:placeholder="[' 开始时间', ' 结束时间']"
style="width: 100%; height: 40px; border-radius: 5px"
show-time
/>
@@ -120,7 +122,8 @@
<a-textarea
v-model:value="valuei"
style="height: 80px"
placeholder="请输入项目说明"
placeholder="请输入说明"
show-count :maxlength="200"
/>
</div>
</div>
@@ -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 {