hookehuyr

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

<!--
* @Date: 2024-01-15 16:35:10
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2026-01-07 22:54:19
* @LastEditTime: 2026-01-08 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 {
......