This commit is contained in:
cansnow
2025-12-11 22:33:31 +08:00
parent 375917f06c
commit 5a086fa1fa
44 changed files with 1978 additions and 359 deletions
+7 -6
View File
@@ -1,6 +1,10 @@
<template>
<view class="content">
<uni-nav-bar title="发现" background-color="transparent"></uni-nav-bar>
<view class="workbench_page">
<uni-nav-bar
title="发现"
statusBar
fixed
background-color="transparent"></uni-nav-bar>
<uni-list>
<uni-list-item title="朋友圈"
thumb="/static/images/workbench/01.png"
@@ -71,10 +75,7 @@
</script>
<style lang="scss" scoped>
.content {padding-top: 36rpx;}
</style>
<style>
page {
.workbench_page {
background-color: #ececec !important;
}
</style>