添加选项
@@ -144,10 +144,6 @@ export default {
if (!this.form.discussDeadline) {
return this.$u.toast('请选择议事截止时间')
}
- if (!this.form.publicityDeadline) {
- return this.$u.toast('请选择公示截止时间')
- }
-
if (this.form.type === '1') {
if (!this.list.length) {
return this.$u.toast('请添加选项')
@@ -209,7 +205,6 @@ export default {
},
areaSelect(e) {
- console.log(e)
this.form.areaId = e
},
@@ -319,11 +314,16 @@ export default {
display: flex;
justify-content: space-between;
align-items: center;
- padding: 0 40px 0 32px !important;
+ padding: 20px 40px 0 !important;
width: 100%;
- height: 120px;
- line-height: 120px;
+ // height: 120px;
+ // line-height: 120px;
box-sizing: border-box;
+
+ ::v-deep .u-input__textarea {
+ padding-bottom: 20px;
+ }
+
img {
width: 36px;
height: 36px;
diff --git a/src/apps/AppVillageDiscuss/Detail.vue b/src/apps/AppVillageDiscuss/Detail.vue
index e98aed89..5f59d57a 100644
--- a/src/apps/AppVillageDiscuss/Detail.vue
+++ b/src/apps/AppVillageDiscuss/Detail.vue
@@ -36,8 +36,11 @@
{{ data.createUserId === op.createUserId ? '话事人' : '居民' }}