Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
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-10-13 10:31:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2826e2fd884daaeb95ee2297eb851728f4343b36
2826e2fd
1 parent
260727e1
style(ReviewPopup): 为按钮添加 block 属性以改善布局
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/courses/ReviewPopup.vue
src/components/courses/ReviewPopup.vue
View file @
2826e2f
...
...
@@ -11,8 +11,8 @@
</div>
<van-field v-model="note" rows="3" type="textarea" placeholder="请输入您的评价内容" class="mb-4" />
<div class="flex justify-end space-x-3">
<van-button round plain @click="handleCancel">取消</van-button>
<van-button round type="primary" color="#4CAF50" @click="handleSubmit">提交</van-button>
<van-button round plain
block
@click="handleCancel">取消</van-button>
<van-button round
block
type="primary" color="#4CAF50" @click="handleSubmit">提交</van-button>
</div>
</div>
</van-popup>
...
...
Please
register
or
login
to post a comment