deason 3 年之前
父节点
当前提交
511097f213
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. 5 3
      src/modules/basic/view/sys_crypto_config.vue

+ 5 - 3
src/modules/basic/view/sys_crypto_config.vue

@@ -31,6 +31,7 @@
           size="small"
           :disabled="!canEdit"
           round
+          plain
           @click="updateCryptoConfigs()"
           >保存</el-button
         >
@@ -39,17 +40,17 @@
       <div style="width: 643px; margin: 50px 0px 20px 0px">
         <el-alert
           title="配置被禁用旧版本API的学校ID列表"
-          type="info"
+          type="warning"
           show-icon
           :closable="false"
-          effect="dark"
         >
           注:多个值请逗号分隔!
           <el-button
             class="el-alert__closebtn"
-            type="primary"
+            type="warning"
             size="small"
             round
+            plain
             @click="updateDisabledRootOrgIds()"
           >
             保存</el-button
@@ -58,6 +59,7 @@
 
         <el-input
           v-model="disabledRootOrgIds"
+          style="margin-top: 5px"
           type="textarea"
           placeholder="示例:111,222,333"
           maxlength="500"