mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 23:06:45 +08:00
增加笔记编辑时的样式。
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</div>
|
||||
<div class="note-text" v-if="editdata.contentType != 3">
|
||||
<!-- <input style="vertical-align:top;outline:none;" type="textarea" :rows="4" v-model="editdata.content"> -->
|
||||
<textarea v-model="editdata.content" name="" id="" cols="" rows="16" style="vertical-align:top;outline:none;width:100%;border:none; font-size: 14px;font-weight: 400;color: #333333;" maxlength="200"
|
||||
<textarea v-model="editdata.content" name="" id="" cols="" rows="16" style="vertical-align:top;outline:none;width:100%;border:none;padding-left:20px; background-color: #F5F5F5;font-size: 14px;font-weight: 400;color: #333333;" maxlength="200"
|
||||
show-word-limit></textarea>
|
||||
</div>
|
||||
<div class="note-text" v-else>
|
||||
@@ -292,6 +292,7 @@ export default {
|
||||
}
|
||||
}
|
||||
.edit-footer{
|
||||
margin-top:10px;
|
||||
button{
|
||||
float: right;
|
||||
margin-left: 25px;
|
||||
@@ -302,11 +303,13 @@ export default {
|
||||
}
|
||||
.edit-content{
|
||||
min-height: 380px;
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
.note-text{
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
color: #333333;
|
||||
background-color: #F5F5F5;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
.img-box{
|
||||
|
||||
Reference in New Issue
Block a user