This commit is contained in:
zhaofang
2022-11-14 19:14:25 +08:00
parent 9f5cfcf264
commit feb32a7b36
3 changed files with 14 additions and 14 deletions

View File

@@ -173,7 +173,7 @@
<interact-fixed :data="detailData" ref="fiexdbar" :comments="false" :answers="true" :type="4">
<view class="field" @click="openAnswerInput()">
<u-icon name="edit-pen-fill" size="18" class="field-icon"></u-icon>
<text class="wenz">我来回答..</text>
<text class="wenz">写回答</text>
</view>
</interact-fixed>
<!--弹出回答的窗口-->
@@ -888,10 +888,10 @@ export default {
}
.field {
width: 200px;
height: 40px;
height: 36px;
line-height: 30px;
background: rgb(247,247,249);
border-radius: 10upx;
border-radius: 17px;
display: flex;
.field-icon{
margin-top: 2px;