| @@ -30,7 +30,7 @@ | |||||
| margin-left: 10.5rem !important; | margin-left: 10.5rem !important; | ||||
| align-items: center; | align-items: center; | ||||
| } | } | ||||
| .width81 { | .width81 { | ||||
| margin-left: 1.5rem !important; | margin-left: 1.5rem !important; | ||||
| width: 81% !important; | width: 81% !important; | ||||
| @@ -62,6 +62,7 @@ | |||||
| color: rgba(16, 16, 16, 100) !important; | color: rgba(16, 16, 16, 100) !important; | ||||
| font-size: 14px !important; | font-size: 14px !important; | ||||
| } | } | ||||
| </style> | </style> | ||||
| <!-- <div class="ui page dimmer"> | <!-- <div class="ui page dimmer"> | ||||
| <div class="ui text loader">{{.i18n.Tr "loading"}}</div> | <div class="ui text loader">{{.i18n.Tr "loading"}}</div> | ||||
| @@ -121,7 +121,7 @@ | |||||
| </div> | </div> | ||||
| <div class="min_title inline field"> | <div class="min_title inline field"> | ||||
| <label class="label-fix-width" style="font-weight: normal;" for="description">{{.i18n.Tr "repo.modelarts.train_job.description"}} </label> | |||||
| <label class="label-fix-width" style="font-weight: normal;" for="description">{{.i18n.Tr "repo.modelarts.train_job.description"}}</label> | |||||
| <textarea style="width: 80%;" id="description" name="description" rows="3" maxlength="255" placeholder={{.i18n.Tr "repo.modelarts.train_job.new_place"}} onchange="this.value=this.value.substring(0, 255)" onkeydown="this.value=this.value.substring(0, 255)" onkeyup="this.value=this.value.substring(0, 255)"></textarea> | <textarea style="width: 80%;" id="description" name="description" rows="3" maxlength="255" placeholder={{.i18n.Tr "repo.modelarts.train_job.new_place"}} onchange="this.value=this.value.substring(0, 255)" onkeydown="this.value=this.value.substring(0, 255)" onkeyup="this.value=this.value.substring(0, 255)"></textarea> | ||||
| </div> | </div> | ||||
| <div class="ui divider"></div> | <div class="ui divider"></div> | ||||
| @@ -116,7 +116,7 @@ | |||||
| </div> | </div> | ||||
| <div class="min_title inline field"> | <div class="min_title inline field"> | ||||
| <label class="label-fix-width" style="font-weight: normal;" for="description">{{.i18n.Tr "repo.modelarts.train_job.description"}} </label> | |||||
| <label class="label-fix-width" style="font-weight: normal;" for="description">{{.i18n.Tr "repo.modelarts.train_job.description"}}</label> | |||||
| <textarea style="width: 80%;" id="description" name="description" rows="3" maxlength="255" placeholder={{.i18n.Tr "repo.modelarts.train_job.new_place"}} onchange="this.value=this.value.substring(0, 255)" onkeydown="this.value=this.value.substring(0, 255)" onkeyup="this.value=this.value.substring(0, 255)"></textarea> | <textarea style="width: 80%;" id="description" name="description" rows="3" maxlength="255" placeholder={{.i18n.Tr "repo.modelarts.train_job.new_place"}} onchange="this.value=this.value.substring(0, 255)" onkeydown="this.value=this.value.substring(0, 255)" onkeyup="this.value=this.value.substring(0, 255)"></textarea> | ||||
| </div> | </div> | ||||
| <div class="ui divider"></div> | <div class="ui divider"></div> | ||||
| @@ -76,7 +76,7 @@ | |||||
| type="text" | type="text" | ||||
| placeholder="搜数据集名称/描述..." | placeholder="搜数据集名称/描述..." | ||||
| v-model="search" | v-model="search" | ||||
| @keyup.enter.native="searchName" | |||||
| @keyup.enter="searchName" | |||||
| /> | /> | ||||
| </div> | </div> | ||||
| <el-row> | <el-row> | ||||
| @@ -1204,3 +1204,15 @@ i.SUCCEEDED { | |||||
| display: flex; | display: flex; | ||||
| align-items: center; | align-items: center; | ||||
| } | } | ||||
| .inline.min_title.field:not(.required) .label-fix-width:after { | |||||
| margin: -0.2em 0 0 0.2em; | |||||
| content: "*"; | |||||
| max-width: 6.38px; | |||||
| visibility: hidden; | |||||
| } | |||||
| .inline.min_title.fields.required .label-fix-width:after { | |||||
| margin: -0.2em 0 0 0.2em; | |||||
| content: "*"; | |||||
| max-width: 6.38px; | |||||
| visibility: hidden; | |||||
| } | |||||