|
@@ -57,8 +57,8 @@
|
|
|
<view v-if="noteList.length == 0" style="text-align: center;">暂无笔记</view>
|
|
|
<view class="inputBottom">
|
|
|
<view style="width: 10%;"><image src="/static/icon/note3.png" style="width: 39rpx;height: 39rpx;margin:0 29rpx;"></image></view>
|
|
|
- <view style="width: 73%;height: 88rpx;margin-bottom: 15rpx;">
|
|
|
- <u-input class="input" fixed="true" placeholder="您可以在这里输入笔记内容" type="textarea" :custom-style="inputStyle" v-model="noteValue" />
|
|
|
+ <view style="width: 73%;height: 100%;padding: 10rpx 0;">
|
|
|
+ <u-input class="input" height="60" fixed="true" placeholder="您可以在这里输入笔记内容" type="textarea" :custom-style="inputStyle" v-model="noteValue" />
|
|
|
</view>
|
|
|
<view style="color: #007AFF;font-size: 30rpx;font-weight: bold;width: 15%;text-align: center;" @click="postNote">提交</view>
|
|
|
</view>
|
|
@@ -135,7 +135,7 @@
|
|
|
<view style="width: 457rpx;color: #666666;font-size: 30rpx;margin-top: 30rpx;">学习过程中需要拍照验证学员身份,
|
|
|
拍照功能需要使用您的相机。
|
|
|
是否授权使用?</view>
|
|
|
- <view style="margin: 30rpx 0;">
|
|
|
+ <view style="margin: 40rpx 0;">
|
|
|
<button open-type="openSetting" @bindopensetting="openSetting" class="btnSet">去授权</button>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -883,13 +883,13 @@ export default {
|
|
|
|
|
|
<style lang="scss" scope>
|
|
|
.btnSet{
|
|
|
- height: 50px;
|
|
|
- width: 400rpx;
|
|
|
+ width: 440rpx;
|
|
|
+ height: 80rpx;
|
|
|
background: #007AFF;
|
|
|
- border-radius: 25rpx;
|
|
|
+ border-radius: 40rpx;
|
|
|
color: #FFFFFF;
|
|
|
font-size: 28rpx;
|
|
|
- line-height: 50px;
|
|
|
+ line-height: 80rpx;
|
|
|
}
|
|
|
.btnReply {
|
|
|
width: 80rpx;
|