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:
@@ -13,7 +13,7 @@
|
||||
<!-- <text class="title-con">写文章</text> -->
|
||||
<view class="title-right" >
|
||||
<text style="padding-right: 20rpx;" @click="saveDraft()">保存草稿</text>
|
||||
<text style="padding-right: 20rpx;" @click="submit()">提交</text>
|
||||
<text style="padding-right: 20rpx;" @click="submit()">发布</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="content">
|
||||
@@ -324,7 +324,7 @@
|
||||
color: #0D0D0D;
|
||||
}
|
||||
.title-right{
|
||||
color: #588AFC;
|
||||
color: #387DF7;
|
||||
font-size: 28rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
line-height: 36rpx;
|
||||
@@ -363,12 +363,11 @@
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: bold;
|
||||
line-height: 36rpx;
|
||||
|
||||
}
|
||||
.title-right{
|
||||
// position: absolute;
|
||||
right: 18rpx;
|
||||
color: #588AFC;
|
||||
color: #387DF7;
|
||||
font-size: 30rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
line-height: 36rpx;
|
||||
|
||||
Reference in New Issue
Block a user