Commit 12e87fbd authored by spc's avatar spc

font

parent 0b381042
...@@ -89,8 +89,8 @@ ...@@ -89,8 +89,8 @@
min-height: 131rpx; min-height: 131rpx;
white-space: pre-wrap; white-space: pre-wrap;
position: relative; position: relative;
font-size: 32rpx; font-size: 30rpx;
line-height: 40rpx; line-height: 50rpx;
color: rgba(29, 30, 37, 1); color: rgba(29, 30, 37, 1);
text-align: left; text-align: left;
word-wrap: break-word; word-wrap: break-word;
......
...@@ -214,7 +214,10 @@ const handleShareClick = () => { ...@@ -214,7 +214,10 @@ const handleShareClick = () => {
// 返回上一页 // 返回上一页
const handleGoBack = () => { const handleGoBack = () => {
// 检查是否有上一页 // 检查是否有上一页
const pages = getCurrentPages() const pages = getCurrentPages()
console.log('pages', pages)
if (pages.length > 1) { if (pages.length > 1) {
// 有上一页,返回上一页 // 有上一页,返回上一页
uni.navigateBack({ uni.navigateBack({
......
...@@ -282,7 +282,7 @@ ...@@ -282,7 +282,7 @@
font-size: 30rpx; font-size: 30rpx;
color: rgba(29, 30, 37, 1); color: rgba(29, 30, 37, 1);
line-height: 1.5; line-height: 1.5;
text-align: center; text-align: left;
} }
.xingmalabpublishpagesucpicbg { .xingmalabpublishpagesucpicbg {
......
...@@ -129,7 +129,7 @@ const xingmaLabStore = useXingmaLabStore() ...@@ -129,7 +129,7 @@ const xingmaLabStore = useXingmaLabStore()
// 响应式数据 // 响应式数据
const currentState = ref(xingmaLabConfig.states.NOSEL) // nosel, sel, suc const currentState = ref(xingmaLabConfig.states.NOSEL) // nosel, sel, suc
const publishNumber = ref('123456789') const publishNumber = ref('')
const uploadedImage = ref('') // 上传的图片 const uploadedImage = ref('') // 上传的图片
const description = ref('') // 藏品文案介绍 const description = ref('') // 藏品文案介绍
const isUploading = ref(false) // 上传状态 const isUploading = ref(false) // 上传状态
......
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