Browse Source

应用配置样式调整

Cen_J 1 month ago
parent
commit
ab12fc1b4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/applicationConfig/index.vue

+ 1 - 1
src/views/applicationConfig/index.vue

@@ -204,8 +204,8 @@
       <a-divider />
       <a-form-item :wrapper-col="{ offset: 6, span: 18 }">
         <a-space direction="vertical">
-          <a-button type="primary" @click="showConfirm"> 提交 </a-button>
           <div class="text-[12px] text-[red]">非技术人员,禁止修改配置</div>
+          <a-button type="primary" @click="showConfirm"> 提交 </a-button>
         </a-space>
       </a-form-item>
     </a-form>