hookehuyr

style: 调整表单行的内边距和对齐方式

1 <!-- 1 <!--
2 * @Date: 2024-01-15 16:35:10 2 * @Date: 2024-01-15 16:35:10
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2026-01-07 22:54:19 4 + * @LastEditTime: 2026-01-08 20:35:57
5 * @FilePath: /xyxBooking-weapp/src/pages/addVisitor/index.vue 5 * @FilePath: /xyxBooking-weapp/src/pages/addVisitor/index.vue
6 * @Description: 添加参观者 6 * @Description: 添加参观者
7 --> 7 -->
...@@ -145,7 +145,7 @@ const save = async () => { ...@@ -145,7 +145,7 @@ const save = async () => {
145 .form-row { 145 .form-row {
146 display: flex; 146 display: flex;
147 align-items: center; 147 align-items: center;
148 - padding: 0 32rpx; 148 + padding-left: 32rpx;
149 height: 112rpx; 149 height: 112rpx;
150 150
151 &:not(:last-child) { 151 &:not(:last-child) {
...@@ -173,6 +173,7 @@ const save = async () => { ...@@ -173,6 +173,7 @@ const save = async () => {
173 display: flex; 173 display: flex;
174 align-items: center; 174 align-items: center;
175 justify-content: flex-end; 175 justify-content: flex-end;
176 + padding-right: 50rpx;
176 } 177 }
177 178
178 .picker-arrow { 179 .picker-arrow {
......