Commit 03c0dad2 authored by lvtz's avatar lvtz

fix

parent 6d7609e5
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
</view> </view>
</view> </view>
<view class="submitbtn-box"> <view class="submitbtn-box">
<view class="submitbtn" bindtap="save">{{sid!=0? '完成': '创建作业打卡'}}</view> <view class="submitbtn" bindtap="save">保存</view>
</view> </view>
</view> </view>
</permission-box> </permission-box>
......
@import '../../../style/editor.wxss'; @import '../../../style/editor.wxss';
page{ page{
height: 100%; height: 100%;
background: #F2F2F2; background: #f5f5f5;
} }
.themetypebox { .themetypebox {
margin-bottom: 20rpx; margin-bottom: 20rpx;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
.theme-editor-container { .theme-editor-container {
min-height: 100vh; min-height: 100vh;
background-color: rgba(247, 247, 249, 1); background-color: #f5f5f5;
padding-bottom: 52rpx; padding-bottom: 52rpx;
} }
.common-editor-box { .common-editor-box {
......
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