Style(店铺):界面调整

This commit is contained in:
lifizer
2024-03-22 14:52:32 +08:00
parent 18aeb9bdfd
commit 1979f279f4
5 changed files with 52 additions and 9 deletions
+2 -1
View File
@@ -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;
+2 -2
View File
@@ -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);