Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
xyxBooking-weapp
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
2026-01-08 20:38:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
18a8ea6f87b2f6fe0c5d52ebec00f9df59a33277
18a8ea6f
1 parent
6f9a1e65
style: 调整表单行的内边距和对齐方式
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
src/pages/addVisitor/index.vue
src/pages/addVisitor/index.vue
View file @
18a8ea6
<!--
* @Date: 2024-01-15 16:35:10
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2026-01-0
7 22:54:19
* @LastEditTime: 2026-01-0
8 20:35:57
* @FilePath: /xyxBooking-weapp/src/pages/addVisitor/index.vue
* @Description: 添加参观者
-->
...
...
@@ -145,7 +145,7 @@ const save = async () => {
.form-row {
display: flex;
align-items: center;
padding
: 0
32rpx;
padding
-left:
32rpx;
height: 112rpx;
&:not(:last-child) {
...
...
@@ -173,6 +173,7 @@ const save = async () => {
display: flex;
align-items: center;
justify-content: flex-end;
padding-right: 50rpx;
}
.picker-arrow {
...
...
Please
register
or
login
to post a comment