mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 02:46:46 +08:00
意见
This commit is contained in:
@@ -12,10 +12,10 @@
|
||||
<text class="title-right" @click="goSubmit()">提交</text>
|
||||
</view>
|
||||
<view class="content">
|
||||
<view class="" style="display: flex;margin-bottom: 10upx;">
|
||||
<u-button class="content-text" text="内容相关" @click="isClick('课程问题')" :class="{'active':info.type=='课程问题'}" style="margin-right: 10upx;"></u-button>
|
||||
<u-button class="content-text" text="平台使用" @click="isClick('系统问题')" :class="{'active':info.type=='系统问题'}" style="margin-left: 10upx;"></u-button>
|
||||
<u-button class="content-text" text="其他" @click="isClick('系统问题')" :class="{'active':info.type=='系统问题'}" style="margin-left: 10upx;"></u-button>
|
||||
<view style="display: flex;margin-bottom: 10upx;">
|
||||
<view class="content-text" @click="isClick('课程问题')" :class="{'active':info.type=='课程问题'}" style="margin-right: 10upx;">内容相关</view>
|
||||
<view class="content-text" @click="isClick('系统问题')" :class="{'active':info.type=='系统问题'}" style="margin-left: 10upx;">平台使用</view>
|
||||
<view class="content-text" @click="isClick('其他')" :class="{'active':info.type=='其他'}" style="margin-left: 10upx;">其他</view>
|
||||
</view>
|
||||
<u--textarea :height="300" v-model="info.content" placeholder="请尽量详细描述您的问题,管理员将会及时对您的问题进行反馈,您可以在消息中查看管理员的反馈。"></u--textarea>
|
||||
</view>
|
||||
@@ -129,6 +129,8 @@
|
||||
.content-text{
|
||||
border: none;
|
||||
font-size: 36upx;
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
color: #666;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user