Commit 19c902ad by 无尘

fix: 修改格式代码

parent f5c48e37
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-04-14 09:50:16
* @LastEditors: 无尘
* @LastEditTime: 2020-09-09 15:55:03
* @LastEditTime: 2020-11-10 14:10:08
-->
<!--
<add-self-app :edit-row="editRow" @closeText="closeText" @submitText="submitText"></add-self-app>
......@@ -15,15 +15,15 @@
<div class="">
<el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="100px" class="demo-ruleForm">
<el-form-item label="应用名称" prop="secretName">
<el-input class="w-440" type="text" v-model="ruleForm.secretName" max-length="30"> </el-input>
<el-input class="w-440" type="text" v-model="ruleForm.secretName" maxlength="30"> </el-input>
<span class="input-cell-tip">{{ruleForm.secretName.length}}/30</span>
</el-form-item>
<el-form-item label="Agentld" prop="agentId">
<el-input class="w-440" type="textarea" rows="3" v-model="ruleForm.agentId" max-length="30"></el-input>
<el-input class="w-440" type="textarea" rows="3" v-model="ruleForm.agentId" maxlength="30"></el-input>
<span class="input-cell-tip top-40">{{ruleForm.agentId.length}}/30</span>
</el-form-item>
<el-form-item label="Secret" prop="secretVal">
<el-input class="w-440" type="textarea" rows="3" v-model="ruleForm.secretVal" max-length="100"></el-input>
<el-input class="w-440" type="textarea" rows="3" v-model="ruleForm.secretVal" maxlength="100"></el-input>
<span class="input-cell-tip top-40">{{ruleForm.secretVal.length}}/100</span>
</el-form-item>
</el-form>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment