吉安感知网项目-前端
罗广辉
2026-01-13 afeaa739a92f1d4a9f9aeebe4b889ed70dc2bd63
uniapps/work-wx/src/subPackages/deviceRegistration/add.vue
@@ -220,14 +220,9 @@
                    placeholder="请输入"
            ></u-input>
        </u-form-item>
        <u-button
        class="submit-button-wrapper"
                type="primary"
                size="small"
                @click="submitForm"
            >
                提交
            </u-button>
        <u-button class="submit-button-wrapper" color="#1D6FE9" size="large" @click="submitForm">
            注册
        </u-button>
            <!-- 飞行器型号 -->
    <u-picker
        :show="showType"
@@ -573,6 +568,7 @@
    .submit-button-wrapper {
        padding: 28rpx;
        border-radius: 8rpx 8rpx 8rpx 8rpx;
    }
    
    :deep(.u-form-item) {