需要开发 IM
This commit is contained in:
@@ -23,7 +23,9 @@ text-transform: none;`
|
||||
<view class="release-box">
|
||||
<nav-bar isPlaceholder>
|
||||
<template #right>
|
||||
<text class="right-btn" @click="onUpData">发布</text>
|
||||
<text class="public-navbar__right-btn" @click="onUpData">
|
||||
发布
|
||||
</text>
|
||||
</template>
|
||||
</nav-bar>
|
||||
|
||||
@@ -46,18 +48,6 @@ text-transform: none;`
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.right-btn {
|
||||
font-family: PingFang SC, PingFang SC;
|
||||
font-weight: 500;
|
||||
font-size: 28rpx;
|
||||
color: #ffffff;
|
||||
font-style: normal;
|
||||
text-transform: none;
|
||||
background: linear-gradient(0deg, #00d993 0%, #00d9c5 100%);
|
||||
padding: 12rpx 36rpx;
|
||||
border-radius: 8rpx;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding: 32rpx 58rpx;
|
||||
.textarea {
|
||||
|
||||
Reference in New Issue
Block a user