fix: 内容样式调整。
This commit is contained in:
@@ -37,7 +37,6 @@
|
|||||||
<text class="iconfont underline">U</text>
|
<text class="iconfont underline">U</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="toolbar-divider"></view>
|
<view class="toolbar-divider"></view>
|
||||||
<view class="toolbar-divider"></view>
|
|
||||||
<view class="toolbar-item" @click="insertImage">
|
<view class="toolbar-item" @click="insertImage">
|
||||||
<uni-icons type="image" size="16" color="#333333"></uni-icons>
|
<uni-icons type="image" size="16" color="#333333"></uni-icons>
|
||||||
</view>
|
</view>
|
||||||
@@ -400,10 +399,12 @@ onLoad((option) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.editor-container {
|
.editor-container {
|
||||||
|
width: 100%;
|
||||||
border: 2rpx solid #e8edf3;
|
border: 2rpx solid #e8edf3;
|
||||||
border-radius: 12rpx;
|
border-radius: 12rpx;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
.editor-toolbar {
|
.editor-toolbar {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -459,11 +460,13 @@ onLoad((option) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.editor-content {
|
.editor-content {
|
||||||
min-height: 400rpx;
|
width: 100%;
|
||||||
|
min-height: 500rpx;
|
||||||
padding: 20rpx;
|
padding: 20rpx;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editor-counter {
|
.editor-counter {
|
||||||
|
|||||||
Reference in New Issue
Block a user