| @@ -56,7 +56,7 @@ | |||||
| margin:10px 5px ; | margin:10px 5px ; | ||||
| } | } | ||||
| .tab_2_content { | .tab_2_content { | ||||
| min-height: 380px; | |||||
| min-height: 420px; | |||||
| margin-left: 10px; | margin-left: 10px; | ||||
| } | } | ||||
| .ac-grid { | .ac-grid { | ||||
| @@ -289,6 +289,16 @@ td, th { | |||||
| </div> | </div> | ||||
| </td> | </td> | ||||
| </tr> | </tr> | ||||
| <tr class="ti-no-ng-animate"> | |||||
| <td class="ti-no-ng-animate ti-text-form-label text-width80"> | |||||
| {{$.i18n.Tr "repo.modelarts.code_version"}} | |||||
| </td> | |||||
| <td class="ti-text-form-content"> | |||||
| <div class="text-span text-span-w" id="{{.VersionName}}-code"> | |||||
| {{.BranchName}} | |||||
| </div> | |||||
| </td> | |||||
| </tr> | |||||
| <tr class="ti-no-ng-animate"> | <tr class="ti-no-ng-animate"> | ||||
| <td class="ti-no-ng-animate ti-text-form-label text-width80"> | <td class="ti-no-ng-animate ti-text-form-label text-width80"> | ||||
| {{$.i18n.Tr "cloudbrain.gpu_type"}} | {{$.i18n.Tr "cloudbrain.gpu_type"}} | ||||