src/views/projectManagement/projectType/components/ProjectTypeDialog.vue
@@ -148,8 +148,8 @@ <template #footer> <div class="dialog-footer"> <el-button @click="visible = false">取消</el-button> <el-button type="primary" @click="submitForm">提交</el-button> <el-button @click="visible = false">取消</el-button> </div> </template> </el-dialog> @@ -457,10 +457,7 @@ } .dialog-footer { display: flex; justify-content: flex-end; gap: 15px; padding-top: 10px; text-align: center; } .top-tip {