mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-10 03:16:45 +08:00
提交
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user