审核日志只有一条

This commit is contained in:
zhangyc
2022-12-13 09:11:52 +08:00
parent 89e889506b
commit a8c7308cc2
10 changed files with 72 additions and 26 deletions

View File

@@ -32,7 +32,7 @@
<div class="btnbox">
<a-input
v-model:value="inputV1"
style="width: 424px; height: 32px"
style="width: 424px; height: 40px; border-radius: 8px;"
placeholder="请输入投票任务名称"
maxlength="20"
/>
@@ -102,7 +102,7 @@
</div>
<span style="margin-right: 3px">起止时间</span>
</div>
<div class="btnbox">
<div class="select" >
<a-range-picker
show-time
format="YYYY-MM-DD HH:mm:ss"
@@ -665,7 +665,29 @@ export default {
}
}
}
.in {
element.style {
border-radius: 8px;
}
.ant-input-affix-wrapper {
position: relative;
display: inline-block;
width: 132%;
/* min-width: 19px; */
padding: 4px 11px;
color: rgba(0, 0, 0, 0.85);
font-size: 14px;
line-height: 1.5715;
background-color: #fff;
background-image: none;
border: 1px solid #d9d9d9;
border-radius: 2px;
transition: all 0.3s;
display: inline-flex;
}
}
.main_item2 {
display: flex;
align-items: flex-start;
@@ -674,7 +696,7 @@ export default {
width: 423px;
.ant-input {
width: 100%;
width:355px;
}
.ant-input-textarea-show-count {