Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
jgdl
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-07-04 13:11:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
959beb1eca362081a9c21fb6057d0b09b3cc5cfc
959beb1e
1 parent
54c7307b
style: 调整按钮颜色和文本区域内边距
将发布按钮颜色从 #f97316 改为 #FFA135 为 nut-textarea 添加内边距样式
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
src/app.less
src/pages/sell/index.vue
src/app.less
View file @
959beb1
...
...
@@ -14,6 +14,10 @@
font-weight: normal !important;
}
.nut-textarea {
padding: 20rpx 30rpx !important;
}
button {
margin: 0;
padding: 0;
...
...
src/pages/sell/index.vue
View file @
959beb1
...
...
@@ -224,10 +224,10 @@
<!-- 底部按钮 -->
<view class="bottom-actions">
<nut-button v-if="!isAuthMode" color="#
f97316
" size="large" block @click="onPublish">
<nut-button v-if="!isAuthMode" color="#
FFA135
" size="large" block @click="onPublish">
{{ isEditMode ? '保存修改' : '确认发布' }}
</nut-button>
<nut-button v-else color="#
f97316
" size="large" block @click="onPublish">
<nut-button v-else color="#
FFA135
" size="large" block @click="onPublish">
确认发布
</nut-button>
</view>
...
...
Please
register
or
login
to post a comment