Commit 2607ab1b authored by 罗超's avatar 罗超

1

parent df8fd7a8
...@@ -408,7 +408,7 @@ ...@@ -408,7 +408,7 @@
:content-style="contentStyle" :content-style="contentStyle"
:content-active-style="contentActiveStyle" :content-active-style="contentActiveStyle"
class="full-width" class="full-width"
style="height:calc(100% - 161px);" style="height:calc(100% - 251px);"
> >
<div class="comment"> <div class="comment">
<div class="row" <div class="row"
...@@ -453,7 +453,7 @@ ...@@ -453,7 +453,7 @@
</template> </template>
</div> </div>
<div class="row" style="margin-top: 20px;align-items: center"> <div class="row" style="margin-top: 20px;align-items: center">
<q-input filled v-model="plmsg.Comment" label="写下你想评价的内容" style="flex:1" /> <q-input filled v-model="plmsg.Comment" label="写下你想评价的内容" type="textarea" style="flex:1" />
<img src="../../assets/images/course/fasong.png" alt="" style="width: 35px;height: 35px;margin-left: 20px;cursor:pointer;" <img src="../../assets/images/course/fasong.png" alt="" style="width: 35px;height: 35px;margin-left: 20px;cursor:pointer;"
@click="btnpl()"> @click="btnpl()">
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment