Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
caoyingjunz committed Oct 24, 2024
1 parent f419fa8 commit 55e96a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/page/container/cronjob/cronJob.vue
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,10 @@
<span class="form-item-key-style">容器名称</span>
</template>
<el-input v-model="item.name" style="margin-left: 10px; width: 45%" />
<div class="container-line-describe" style="margin-left: 10px; margin-bottom: -10px">
名称只能包含小写字母、数字和连字符(-),必须以小写字母或数字开头和结尾,最长 63
个字符。
</div>
</el-form-item>

<el-form-item label style="margin-top: 10px">
Expand Down

0 comments on commit 55e96a6

Please sign in to comment.