Style(店铺):界面调整
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
:show-img-toolbar="true"
|
||||
:show-img-resize="true"
|
||||
:read-only="readOnly"
|
||||
placeholder-style="font-size:24rpx;color:#C2C5CC;"
|
||||
@ready="onEditorReady"
|
||||
@statuschange="statuschange"
|
||||
@focus="editFocus"
|
||||
@@ -264,7 +265,7 @@ export default {
|
||||
|
||||
.ql-container {
|
||||
line-height: 150%;
|
||||
font-size: 22rpx;
|
||||
font-size: 28rpx;
|
||||
width: 100%;
|
||||
height: 240px;
|
||||
background: #fff;
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
},
|
||||
fontSize: {
|
||||
type: String,
|
||||
default: '32rpx'
|
||||
default: '36rpx'
|
||||
},
|
||||
title: {
|
||||
type: String,
|
||||
@@ -53,7 +53,7 @@
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
font-size: 8px;
|
||||
font-size: 12px;
|
||||
color: #666;
|
||||
line-height: 8px;
|
||||
transform: translateY(-8px);
|
||||
|
||||
Reference in New Issue
Block a user