瀏覽代碼

应用配置样式调整

Cen_J 1 月之前
父節點
當前提交
ab12fc1b4b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>