style:项目公告展示

This commit is contained in:
wyx
2023-01-16 18:43:34 +08:00
parent 7fd4ac8cf9
commit a50a42e73c
2 changed files with 8 additions and 12 deletions

View File

@@ -17,13 +17,14 @@
<!-- <div class="txt-content">
{{ noticeContent1 ? noticeContent1 : "暂无公告" }}
</div> -->
<a-textarea
<!-- <a-textarea
disabled="true"
v-model:value="noticeContent1"
:maxlength="150"
placeholder="公告信息最多输入150个字"
style="margin-top: -10px; height: 160px; resize: none;background-color: #fff;color:#666;"
/>
/> -->
<pre>{{noticeContent1}}</pre>
<div class="btn-content">
<a-button type="primary" @click="handleEdit">编辑</a-button>
</div>
@@ -33,13 +34,7 @@
<!-- <div class="txt-content">
{{ noticeContent1 ? noticeContent1 : "暂无公告" }}
</div> -->
<a-textarea
disabled="true"
v-model:value="noticeContent1"
:maxlength="150"
placeholder="公告信息最多输入150个字"
style="margin-top: -10px; height:160px; resize: none;background-color: #fff;color:#666;"
/>
<pre>{{noticeContent1}}</pre>
<p>编辑新公告</p>
<a-textarea
v-model:value="noticeContent"