diff --git a/src/components/drawers/NoticePub.vue b/src/components/drawers/NoticePub.vue index 6e5298ef..59d3deef 100644 --- a/src/components/drawers/NoticePub.vue +++ b/src/components/drawers/NoticePub.vue @@ -40,7 +40,7 @@ v-model:value="noticeContent" :maxlength="150" placeholder="公告信息最多输入150个字" - style="margin-top: -10px; height: 160px" + style="margin-top: -10px; height: 160px; width:340px;" />
取消